Skip to content

Commit

Permalink
lavf: remove generic index flag from text subtitles.
Browse files Browse the repository at this point in the history
This flag is not necessary.
  • Loading branch information
ubitux committed Jan 2, 2013
1 parent 5a2f3f0 commit 8bc7422
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion libavformat/jacosubdec.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,5 +267,4 @@ AVInputFormat ff_jacosub_demuxer = {
.read_packet = jacosub_read_packet,
.read_seek2 = jacosub_read_seek,
.read_close = jacosub_read_close,
.flags = AVFMT_GENERIC_INDEX,
};
1 change: 0 additions & 1 deletion libavformat/microdvddec.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,4 @@ AVInputFormat ff_microdvd_demuxer = {
.read_packet = microdvd_read_packet,
.read_seek2 = microdvd_read_seek,
.read_close = microdvd_read_close,
.flags = AVFMT_GENERIC_INDEX,
};
1 change: 0 additions & 1 deletion libavformat/realtextdec.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};
1 change: 0 additions & 1 deletion libavformat/samidec.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};
1 change: 0 additions & 1 deletion libavformat/srtdec.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
1 change: 0 additions & 1 deletion libavformat/subviewerdec.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,5 @@ AVInputFormat ff_subviewer_demuxer = {
.read_packet = subviewer_read_packet,
.read_seek2 = subviewer_read_seek,
.read_close = subviewer_read_close,
.flags = AVFMT_GENERIC_INDEX,
.extensions = "sub",
};
1 change: 0 additions & 1 deletion libavformat/webvttdec.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,5 @@ AVInputFormat ff_webvtt_demuxer = {
.read_packet = webvtt_read_packet,
.read_seek2 = webvtt_read_seek,
.read_close = webvtt_read_close,
.flags = AVFMT_GENERIC_INDEX,
.extensions = "vtt",
};

0 comments on commit 8bc7422

Please sign in to comment.