[FFmpeg-cvslog] r23282 - in branches/0.6: . libavformat/oggdec.c

diego subversion
Mon May 24 04:09:37 CEST 2010


Author: diego
Date: Mon May 24 04:09:36 2010
New Revision: 23282

Log:
Enable AVFMT_GENERIC_INDEX for Ogg demuxer. This avoids the many
seeks needed for binary search when seeking to a previously seen
location.

backport r23279 by reimar

Modified:
   branches/0.6/   (props changed)
   branches/0.6/libavformat/oggdec.c

Modified: branches/0.6/libavformat/oggdec.c
==============================================================================
--- branches/0.6/libavformat/oggdec.c	Mon May 24 03:33:39 2010	(r23281)
+++ branches/0.6/libavformat/oggdec.c	Mon May 24 04:09:36 2010	(r23282)
@@ -642,4 +642,5 @@ AVInputFormat ogg_demuxer = {
     ogg_read_timestamp,
     .extensions = "ogg",
     .metadata_conv = ff_vorbiscomment_metadata_conv,
+    .flags = AVFMT_GENERIC_INDEX,
 };



More information about the ffmpeg-cvslog mailing list