[xiph-commits] r3069 - liboggplay/trunk/src/liboggplay

shans at svn.annodex.net shans at svn.annodex.net
Tue Jun 26 06:07:13 PDT 2007


Author: shans
Date: 2007-06-26 06:07:13 -0700 (Tue, 26 Jun 2007)
New Revision: 3069

Modified:
   liboggplay/trunk/src/liboggplay/oggplay_seek.c
Log:
Set the presentation time to the actual time, not the milliseconds value requested



Modified: liboggplay/trunk/src/liboggplay/oggplay_seek.c
===================================================================
--- liboggplay/trunk/src/liboggplay/oggplay_seek.c	2007-06-26 13:02:55 UTC (rev 3068)
+++ liboggplay/trunk/src/liboggplay/oggplay_seek.c	2007-06-26 13:07:13 UTC (rev 3069)
@@ -107,7 +107,9 @@
     track->current_loc = -1;
     track->stream_info = OGGPLAY_STREAM_JUST_SEEKED;
   }
- 
+
+  milliseconds = oggz_tell_units(me->reader);
+
   /*
    * set the presentation time
    */



More information about the commits mailing list