[xiph-commits] r3160 - liboggplay/trunk/src/liboggplay
shans at svn.annodex.net
shans at svn.annodex.net
Tue Jul 10 23:39:17 PDT 2007
Author: shans
Date: 2007-07-10 23:39:17 -0700 (Tue, 10 Jul 2007)
New Revision: 3160
Modified:
liboggplay/trunk/src/liboggplay/oggplay_callback_info.c
Log:
oops, this time for sure
Modified: liboggplay/trunk/src/liboggplay/oggplay_callback_info.c
===================================================================
--- liboggplay/trunk/src/liboggplay/oggplay_callback_info.c 2007-07-11 06:37:33 UTC (rev 3159)
+++ liboggplay/trunk/src/liboggplay/oggplay_callback_info.c 2007-07-11 06:39:17 UTC (rev 3160)
@@ -131,7 +131,7 @@
if (p->presentation_time <= me->target + track->offset) {
track_info->required_records++;
p->has_been_presented = 1;
- lpt = p->presentation_time;
+ //lpt = p->presentation_time;
}
}
More information about the commits
mailing list