Commit 41685f16 authored by reimar's avatar reimar

Enable AVFMT_GENERIC_INDEX for Ogg demuxer. This avoids the many

seeks needed for binary search when seeking to a previously seen
location.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23279 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5c7f1da1
......@@ -642,4 +642,5 @@ AVInputFormat ogg_demuxer = {
ogg_read_timestamp,
.extensions = "ogg",
.metadata_conv = ff_vorbiscomment_metadata_conv,
.flags = AVFMT_GENERIC_INDEX,
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment