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
a1d06a01
Commit
a1d06a01
authored
Oct 23, 2014
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/options_table: Fix codec_whitelist flags
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
70c9d400
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
options_table.h
libavcodec/options_table.h
+1
-1
No files found.
libavcodec/options_table.h
View file @
a1d06a01
...
...
@@ -487,7 +487,7 @@ static const AVOption avcodec_options[] = {
{
"tb"
,
NULL
,
0
,
AV_OPT_TYPE_CONST
,
{.
i64
=
AV_FIELD_TB
},
0
,
0
,
V
|
D
|
E
,
"field_order"
},
{
"bt"
,
NULL
,
0
,
AV_OPT_TYPE_CONST
,
{.
i64
=
AV_FIELD_BT
},
0
,
0
,
V
|
D
|
E
,
"field_order"
},
{
"dump_separator"
,
"set information dump field separator"
,
OFFSET
(
dump_separator
),
AV_OPT_TYPE_STRING
,
{.
str
=
NULL
},
CHAR_MIN
,
CHAR_MAX
,
A
|
V
|
S
|
D
|
E
},
{
"codec_whitelist"
,
"List of decoders that are allowed to be used"
,
OFFSET
(
codec_whitelist
),
AV_OPT_TYPE_STRING
,
{
.
str
=
NULL
},
CHAR_MIN
,
CHAR_MAX
,
D
},
{
"codec_whitelist"
,
"List of decoders that are allowed to be used"
,
OFFSET
(
codec_whitelist
),
AV_OPT_TYPE_STRING
,
{
.
str
=
NULL
},
CHAR_MIN
,
CHAR_MAX
,
A
|
V
|
S
|
D
},
{
NULL
},
};
...
...
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