summaryrefslogtreecommitdiffstats
path: root/libavformat/realtextdec.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-01-02 10:32:21 +0100
committerClément Bœsch <ubitux@gmail.com>2013-01-02 10:32:21 +0100
commit8bc74221f8ef6fe97801025866943013b94f5e2f (patch)
tree5ea9b26fd18d421fc6718c6ad8010ef12e055c24 /libavformat/realtextdec.c
parent5a2f3f0bca5ae72b4faa4d64b967de71046d46d5 (diff)
downloadffmpeg-streaming-8bc74221f8ef6fe97801025866943013b94f5e2f.zip
ffmpeg-streaming-8bc74221f8ef6fe97801025866943013b94f5e2f.tar.gz
lavf: remove generic index flag from text subtitles.
This flag is not necessary.
Diffstat (limited to 'libavformat/realtextdec.c')
-rw-r--r--libavformat/realtextdec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/realtextdec.c b/libavformat/realtextdec.c
index 6a6a844..67bc339 100644
--- a/libavformat/realtextdec.c
+++ b/libavformat/realtextdec.c
@@ -149,6 +149,5 @@ AVInputFormat ff_realtext_demuxer = {
.read_packet = realtext_read_packet,
.read_seek2 = realtext_read_seek,
.read_close = realtext_read_close,
- .flags = AVFMT_GENERIC_INDEX,
.extensions = "rt",
};
OpenPOWER on IntegriCloud