[xiph-cvs] cvs commit: Tremor vorbisfile.c
Monty
xiphmont at xiph.org
Fri Oct 11 01:23:11 PDT 2002
xiphmont 02/10/11 04:23:11
Modified: . vorbisfile.c
Log:
fix ov_time_tell bug in nonseekable stream
Revision Changes Path
1.3 +1 -1 Tremor/vorbisfile.c
Index: vorbisfile.c
===================================================================
RCS file: /usr/local/cvsroot/Tremor/vorbisfile.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vorbisfile.c 3 Sep 2002 03:15:19 -0000 1.2
+++ vorbisfile.c 11 Oct 2002 08:23:10 -0000 1.3
@@ -1270,7 +1270,7 @@
ogg_int64_t ov_time_tell(OggVorbis_File *vf){
/* translate time to PCM position and call ov_pcm_seek */
- int link=-1;
+ int link=0;
ogg_int64_t pcm_total=0;
ogg_int64_t time_total=0;
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list