[xiph-commits] r3150 - liboggplay/trunk/src/liboggplay
shans at svn.annodex.net
shans at svn.annodex.net
Thu Jun 28 22:59:33 PDT 2007
Author: shans
Date: 2007-06-28 22:59:33 -0700 (Thu, 28 Jun 2007)
New Revision: 3150
Modified:
liboggplay/trunk/src/liboggplay/oggplay_callback_info.c
Log:
Fix to get playlists items with sound to progress to next in list at end of movie
Modified: liboggplay/trunk/src/liboggplay/oggplay_callback_info.c
===================================================================
--- liboggplay/trunk/src/liboggplay/oggplay_callback_info.c 2007-06-29 05:31:13 UTC (rev 3149)
+++ liboggplay/trunk/src/liboggplay/oggplay_callback_info.c 2007-06-29 05:59:33 UTC (rev 3150)
@@ -169,6 +169,8 @@
track->decoded_type != OGGPLAY_CMML
&&
track_info->required_records == 0
+ &&
+ track->active == 1
) {
added_required_record = 0;
}
More information about the commits
mailing list