Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-01-02 13:32:21 +0400
committerClément Bœsch <ubitux@gmail.com>2013-01-02 13:32:21 +0400
commit8bc74221f8ef6fe97801025866943013b94f5e2f (patch)
tree5ea9b26fd18d421fc6718c6ad8010ef12e055c24 /libavformat/srtdec.c
parent5a2f3f0bca5ae72b4faa4d64b967de71046d46d5 (diff)
lavf: remove generic index flag from text subtitles.
This flag is not necessary.
Diffstat (limited to 'libavformat/srtdec.c')
-rw-r--r--libavformat/srtdec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/srtdec.c b/libavformat/srtdec.c
index 559aa4a4d7..809d1d064a 100644
--- a/libavformat/srtdec.c
+++ b/libavformat/srtdec.c
@@ -158,5 +158,4 @@ AVInputFormat ff_srt_demuxer = {
.read_packet = srt_read_packet,
.read_seek2 = srt_read_seek,
.read_close = srt_read_close,
- .flags = AVFMT_GENERIC_INDEX,
};