mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-27 05:00:37 +00:00
Enable AVFMT_GENERIC_INDEX for Ogg demuxer. This avoids the many
seeks needed for binary search when seeking to a previously seen location. Originally committed as revision 23279 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
21d5244745
commit
f1a0518524
@ -642,4 +642,5 @@ AVInputFormat ogg_demuxer = {
|
||||
ogg_read_timestamp,
|
||||
.extensions = "ogg",
|
||||
.metadata_conv = ff_vorbiscomment_metadata_conv,
|
||||
.flags = AVFMT_GENERIC_INDEX,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user