Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
8bc74221
Commit
8bc74221
authored
Jan 02, 2013
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavf: remove generic index flag from text subtitles.
This flag is not necessary.
parent
5a2f3f0b
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
7 deletions
+0
-7
jacosubdec.c
libavformat/jacosubdec.c
+0
-1
microdvddec.c
libavformat/microdvddec.c
+0
-1
realtextdec.c
libavformat/realtextdec.c
+0
-1
samidec.c
libavformat/samidec.c
+0
-1
srtdec.c
libavformat/srtdec.c
+0
-1
subviewerdec.c
libavformat/subviewerdec.c
+0
-1
webvttdec.c
libavformat/webvttdec.c
+0
-1
No files found.
libavformat/jacosubdec.c
View file @
8bc74221
...
...
@@ -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
,
};
libavformat/microdvddec.c
View file @
8bc74221
...
...
@@ -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
,
};
libavformat/realtextdec.c
View file @
8bc74221
...
...
@@ -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"
,
};
libavformat/samidec.c
View file @
8bc74221
...
...
@@ -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"
,
};
libavformat/srtdec.c
View file @
8bc74221
...
...
@@ -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
,
};
libavformat/subviewerdec.c
View file @
8bc74221
...
...
@@ -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"
,
};
libavformat/webvttdec.c
View file @
8bc74221
...
...
@@ -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"
,
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment