[xiph-commits] r14180 - trunk/vorbis-tools/ogg123

ivo at svn.xiph.org ivo at svn.xiph.org
Sat Nov 17 20:25:29 PST 2007


Author: ivo
Date: 2007-11-17 20:25:29 -0800 (Sat, 17 Nov 2007)
New Revision: 14180

Modified:
   trunk/vorbis-tools/ogg123/ogg123.c
Log:
applied simple patch from ticket #917 to improve gapless skipping

Modified: trunk/vorbis-tools/ogg123/ogg123.c
===================================================================
--- trunk/vorbis-tools/ogg123/ogg123.c	2007-11-18 02:46:57 UTC (rev 14179)
+++ trunk/vorbis-tools/ogg123/ogg123.c	2007-11-18 04:25:29 UTC (rev 14180)
@@ -610,6 +610,7 @@
 	buffer_thread_kill(audio_buffer);
       return;
     }
+    options.seekpos = 0.0;
   }
 
   /* Main loop:  Iterates over all of the logical bitstreams in the file */



More information about the commits mailing list