diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-01-02 10:32:21 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-01-02 10:32:21 +0100 |
commit | 8bc74221f8ef6fe97801025866943013b94f5e2f (patch) | |
tree | 5ea9b26fd18d421fc6718c6ad8010ef12e055c24 /libavformat/samidec.c | |
parent | 5a2f3f0bca5ae72b4faa4d64b967de71046d46d5 (diff) | |
download | ffmpeg-8bc74221f8ef6fe97801025866943013b94f5e2f.tar.gz |
lavf: remove generic index flag from text subtitles.
This flag is not necessary.
Diffstat (limited to 'libavformat/samidec.c')
-rw-r--r-- | libavformat/samidec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/samidec.c b/libavformat/samidec.c index 332752c2f7..2eaee6f24b 100644 --- a/libavformat/samidec.c +++ b/libavformat/samidec.c @@ -133,6 +133,5 @@ AVInputFormat ff_sami_demuxer = { .read_packet = sami_read_packet, .read_seek2 = sami_read_seek, .read_close = sami_read_close, - .flags = AVFMT_GENERIC_INDEX, .extensions = "smi,sami", }; |