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
0a75d1da
Commit
0a75d1da
authored
Oct 08, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
options_table: refs option is not snow-only
parent
1093383d
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 @
0a75d1da
...
...
@@ -347,7 +347,7 @@ static const AVOption options[]={
{
"bidir_refine"
,
"refine the two motion vectors used in bidirectional macroblocks"
,
OFFSET
(
bidir_refine
),
AV_OPT_TYPE_INT
,
{.
i64
=
1
},
0
,
4
,
V
|
E
},
{
"brd_scale"
,
"downscales frames for dynamic B-frame decision"
,
OFFSET
(
brd_scale
),
AV_OPT_TYPE_INT
,
{.
i64
=
DEFAULT
},
0
,
10
,
V
|
E
},
{
"keyint_min"
,
"minimum interval between IDR-frames (x264)"
,
OFFSET
(
keyint_min
),
AV_OPT_TYPE_INT
,
{.
i64
=
25
},
INT_MIN
,
INT_MAX
,
V
|
E
},
{
"refs"
,
"reference frames to consider for motion compensation
(Snow)
"
,
OFFSET
(
refs
),
AV_OPT_TYPE_INT
,
{.
i64
=
1
},
INT_MIN
,
INT_MAX
,
V
|
E
},
{
"refs"
,
"reference frames to consider for motion compensation"
,
OFFSET
(
refs
),
AV_OPT_TYPE_INT
,
{.
i64
=
1
},
INT_MIN
,
INT_MAX
,
V
|
E
},
{
"chromaoffset"
,
"chroma qp offset from luma"
,
OFFSET
(
chromaoffset
),
AV_OPT_TYPE_INT
,
{.
i64
=
DEFAULT
},
INT_MIN
,
INT_MAX
,
V
|
E
},
{
"trellis"
,
"rate-distortion optimal quantization"
,
OFFSET
(
trellis
),
AV_OPT_TYPE_INT
,
{.
i64
=
DEFAULT
},
INT_MIN
,
INT_MAX
,
V
|
A
|
E
},
#if FF_API_MPV_GLOBAL_OPTS
...
...
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