summaryrefslogtreecommitdiff
path: root/libavformat/srtdec.c
diff options
context:
space:
mode:
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,
};