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
a829040c
Commit
a829040c
authored
Jun 13, 2015
by
James Zern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libvpxenc: remove stray '\'s
Signed-off-by:
James Zern
<
jzern@google.com
>
parent
e6c71385
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
libvpxenc.c
libavcodec/libvpxenc.c
+4
-4
No files found.
libavcodec/libvpxenc.c
View file @
a829040c
...
...
@@ -964,10 +964,10 @@ static const AVOption vp9_options[] = {
{
"tile-rows"
,
"Number of tile rows to use, log2"
,
OFFSET
(
tile_rows
),
AV_OPT_TYPE_INT
,
{.
i64
=
-
1
},
-
1
,
2
,
VE
},
{
"frame-parallel"
,
"Enable frame parallel decodability features"
,
OFFSET
(
frame_parallel
),
AV_OPT_TYPE_INT
,
{.
i64
=
-
1
},
-
1
,
1
,
VE
},
{
"aq-mode"
,
"adaptive quantization mode"
,
OFFSET
(
aq_mode
),
AV_OPT_TYPE_INT
,
{.
i64
=
-
1
},
-
1
,
3
,
VE
,
"aq_mode"
},
{
"none"
,
"Aq not used"
,
0
,
AV_OPT_TYPE_CONST
,
{.
i64
=
0
},
0
,
0
,
VE
,
"aq_mode"
},
\
{
"variance"
,
"Variance based Aq"
,
0
,
AV_OPT_TYPE_CONST
,
{.
i64
=
1
},
0
,
0
,
VE
,
"aq_mode"
},
\
{
"complexity"
,
"Complexity based Aq"
,
0
,
AV_OPT_TYPE_CONST
,
{.
i64
=
2
},
0
,
0
,
VE
,
"aq_mode"
},
\
{
"cyclic"
,
"Cyclic Refresh Aq"
,
0
,
AV_OPT_TYPE_CONST
,
{.
i64
=
3
},
0
,
0
,
VE
,
"aq_mode"
},
\
{
"none"
,
"Aq not used"
,
0
,
AV_OPT_TYPE_CONST
,
{.
i64
=
0
},
0
,
0
,
VE
,
"aq_mode"
},
{
"variance"
,
"Variance based Aq"
,
0
,
AV_OPT_TYPE_CONST
,
{.
i64
=
1
},
0
,
0
,
VE
,
"aq_mode"
},
{
"complexity"
,
"Complexity based Aq"
,
0
,
AV_OPT_TYPE_CONST
,
{.
i64
=
2
},
0
,
0
,
VE
,
"aq_mode"
},
{
"cyclic"
,
"Cyclic Refresh Aq"
,
0
,
AV_OPT_TYPE_CONST
,
{.
i64
=
3
},
0
,
0
,
VE
,
"aq_mode"
},
LEGACY_OPTIONS
{
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