Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
1f563bfa
Commit
1f563bfa
authored
Jun 24, 2010
by
Luca Barbato
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove typo: s/ingore/ignore/
Originally committed as revision 23758 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
741b5fd4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
options.c
libavformat/options.c
+1
-1
No files found.
libavformat/options.c
View file @
1f563bfa
...
@@ -48,7 +48,7 @@ static const AVOption options[]={
...
@@ -48,7 +48,7 @@ static const AVOption options[]={
{
"genpts"
,
"generate pts"
,
0
,
FF_OPT_TYPE_CONST
,
AVFMT_FLAG_GENPTS
,
INT_MIN
,
INT_MAX
,
D
,
"fflags"
},
{
"genpts"
,
"generate pts"
,
0
,
FF_OPT_TYPE_CONST
,
AVFMT_FLAG_GENPTS
,
INT_MIN
,
INT_MAX
,
D
,
"fflags"
},
{
"nofillin"
,
"do not fill in missing values that can be exactly calculated"
,
0
,
FF_OPT_TYPE_CONST
,
AVFMT_FLAG_NOFILLIN
,
INT_MIN
,
INT_MAX
,
D
,
"fflags"
},
{
"nofillin"
,
"do not fill in missing values that can be exactly calculated"
,
0
,
FF_OPT_TYPE_CONST
,
AVFMT_FLAG_NOFILLIN
,
INT_MIN
,
INT_MAX
,
D
,
"fflags"
},
{
"noparse"
,
"disable AVParsers, this needs nofillin too"
,
0
,
FF_OPT_TYPE_CONST
,
AVFMT_FLAG_NOPARSE
,
INT_MIN
,
INT_MAX
,
D
,
"fflags"
},
{
"noparse"
,
"disable AVParsers, this needs nofillin too"
,
0
,
FF_OPT_TYPE_CONST
,
AVFMT_FLAG_NOPARSE
,
INT_MIN
,
INT_MAX
,
D
,
"fflags"
},
{
"igndts"
,
"i
ng
ore dts"
,
0
,
FF_OPT_TYPE_CONST
,
AVFMT_FLAG_IGNDTS
,
INT_MIN
,
INT_MAX
,
D
,
"fflags"
},
{
"igndts"
,
"i
gn
ore dts"
,
0
,
FF_OPT_TYPE_CONST
,
AVFMT_FLAG_IGNDTS
,
INT_MIN
,
INT_MAX
,
D
,
"fflags"
},
{
"rtphint"
,
"add rtp hinting"
,
0
,
FF_OPT_TYPE_CONST
,
AVFMT_FLAG_RTP_HINT
,
INT_MIN
,
INT_MAX
,
E
,
"fflags"
},
{
"rtphint"
,
"add rtp hinting"
,
0
,
FF_OPT_TYPE_CONST
,
AVFMT_FLAG_RTP_HINT
,
INT_MIN
,
INT_MAX
,
E
,
"fflags"
},
#if LIBAVFORMAT_VERSION_INT < (53<<16)
#if LIBAVFORMAT_VERSION_INT < (53<<16)
{
"track"
,
" set the track number"
,
OFFSET
(
track
),
FF_OPT_TYPE_INT
,
DEFAULT
,
0
,
INT_MAX
,
E
},
{
"track"
,
" set the track number"
,
OFFSET
(
track
),
FF_OPT_TYPE_INT
,
DEFAULT
,
0
,
INT_MAX
,
E
},
...
...
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