Browse Source

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


Originally committed as revision 23282 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
tags/v0.6
Diego Biurrun 15 years ago
parent
commit
a2a26d108b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/oggdec.c

+ 1
- 0
libavformat/oggdec.c View File

@@ -642,4 +642,5 @@ AVInputFormat ogg_demuxer = {
ogg_read_timestamp,
.extensions = "ogg",
.metadata_conv = ff_vorbiscomment_metadata_conv,
.flags = AVFMT_GENERIC_INDEX,
};

Loading…
Cancel
Save