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
b11b0e16
Commit
b11b0e16
authored
Aug 05, 2012
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libavcodec/options_table: mark flags as also for subtitles
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
8331d56e
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 @
b11b0e16
...
...
@@ -46,7 +46,7 @@ static const AVOption options[]={
"ratecontrol is willing to deviate from the target average bitrate value. This is not related "
"to min/max bitrate. Lowering tolerance too much has an adverse effect on quality."
,
OFFSET
(
bit_rate_tolerance
),
AV_OPT_TYPE_INT
,
{.
dbl
=
AV_CODEC_DEFAULT_BITRATE
*
20
},
1
,
INT_MAX
,
V
|
E
},
{
"flags"
,
NULL
,
OFFSET
(
flags
),
AV_OPT_TYPE_FLAGS
,
{.
dbl
=
DEFAULT
},
0
,
UINT_MAX
,
V
|
A
|
E
|
D
,
"flags"
},
{
"flags"
,
NULL
,
OFFSET
(
flags
),
AV_OPT_TYPE_FLAGS
,
{.
dbl
=
DEFAULT
},
0
,
UINT_MAX
,
V
|
A
|
S
|
E
|
D
,
"flags"
},
{
"mv4"
,
"use four motion vector by macroblock (mpeg4)"
,
0
,
AV_OPT_TYPE_CONST
,
{.
dbl
=
CODEC_FLAG_4MV
},
INT_MIN
,
INT_MAX
,
V
|
E
,
"flags"
},
{
"qpel"
,
"use 1/4 pel motion compensation"
,
0
,
AV_OPT_TYPE_CONST
,
{.
dbl
=
CODEC_FLAG_QPEL
},
INT_MIN
,
INT_MAX
,
V
|
E
,
"flags"
},
{
"loop"
,
"use loop filter"
,
0
,
AV_OPT_TYPE_CONST
,
{.
dbl
=
CODEC_FLAG_LOOP_FILTER
},
INT_MIN
,
INT_MAX
,
V
|
E
,
"flags"
},
...
...
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