[Ffmpeg-cvslog] CVS: ffmpeg ffserver.c,1.92,1.93
Philip Gladstone
philipjsg
Sat May 7 02:56:08 CEST 2005
Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv3578
Modified Files:
ffserver.c
Log Message:
Turn on the seeking support for ffm streams. Now means that streams are
played from the current time rahter than from the beginning
Index: ffserver.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/ffserver.c,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- ffserver.c 6 May 2005 03:21:04 -0000 1.92
+++ ffserver.c 7 May 2005 00:56:05 -0000 1.93
@@ -1940,9 +1940,9 @@
}
}
-#if 0
+#if 1
if (c->fmt_in->iformat->read_seek) {
- c->fmt_in->iformat->read_seek(c->fmt_in, stream_pos);
+ c->fmt_in->iformat->read_seek(c->fmt_in, 0, stream_pos, 0);
}
#endif
/* set the start time (needed for maxtime and RTP packet timing) */
More information about the ffmpeg-cvslog
mailing list