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
069d1564
Commit
069d1564
authored
Jan 24, 2013
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavf/img2dec: fix option help fields
parent
2756c309
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
img2dec.c
libavformat/img2dec.c
+3
-3
No files found.
libavformat/img2dec.c
View file @
069d1564
...
...
@@ -448,9 +448,9 @@ static const AVOption options[] = {
{
"loop"
,
"force loop over input file sequence"
,
OFFSET
(
loop
),
AV_OPT_TYPE_INT
,
{.
i64
=
0
},
0
,
1
,
DEC
},
{
"pattern_type"
,
"set pattern type"
,
OFFSET
(
pattern_type
),
AV_OPT_TYPE_INT
,
{.
i64
=
PT_GLOB_SEQUENCE
},
0
,
INT_MAX
,
DEC
,
"pattern_type"
},
{
"glob_sequence"
,
"
glob/sequence pattern type"
,
0
,
AV_OPT_TYPE_CONST
,
{.
i64
=
PT_GLOB_SEQUENCE
},
INT_MIN
,
INT_MAX
,
DEC
,
"pattern_type"
},
{
"glob"
,
"
glob pattern type"
,
0
,
AV_OPT_TYPE_CONST
,
{.
i64
=
PT_GLOB
},
INT_MIN
,
INT_MAX
,
DEC
,
"pattern_type"
},
{
"sequence"
,
"
glob pattern type"
,
0
,
AV_OPT_TYPE_CONST
,
{.
i64
=
PT_SEQUENCE
},
INT_MIN
,
INT_MAX
,
DEC
,
"pattern_type"
},
{
"glob_sequence"
,
"
select glob/sequence pattern type"
,
0
,
AV_OPT_TYPE_CONST
,
{.
i64
=
PT_GLOB_SEQUENCE
},
INT_MIN
,
INT_MAX
,
DEC
,
"pattern_type"
},
{
"glob"
,
"
select glob pattern type"
,
0
,
AV_OPT_TYPE_CONST
,
{.
i64
=
PT_GLOB
},
INT_MIN
,
INT_MAX
,
DEC
,
"pattern_type"
},
{
"sequence"
,
"
select sequence pattern type"
,
0
,
AV_OPT_TYPE_CONST
,
{.
i64
=
PT_SEQUENCE
},
INT_MIN
,
INT_MAX
,
DEC
,
"pattern_type"
},
{
"pixel_format"
,
"set video pixel format"
,
OFFSET
(
pixel_format
),
AV_OPT_TYPE_STRING
,
{.
str
=
NULL
},
0
,
0
,
DEC
},
{
"start_number"
,
"set first number in the sequence"
,
OFFSET
(
start_number
),
AV_OPT_TYPE_INT
,
{.
i64
=
0
},
0
,
INT_MAX
,
DEC
},
...
...
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