Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
libvpx
Commits
1b087023
Commit
1b087023
authored
Aug 28, 2014
by
Dmitry Kovalev
Committed by
Gerrit Code Review
Aug 28, 2014
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Renaming vpxenc option from frame_boost to frame-boost."
parents
80e735af
4eb6763b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vpxenc.c
vpxenc.c
+1
-1
No files found.
vpxenc.c
View file @
1b087023
...
...
@@ -378,7 +378,7 @@ static const arg_def_t aq_mode = ARG_DEF(
"Adaptive quantization mode (0: off (default), 1: variance 2: complexity, "
"3: cyclic refresh)"
);
static
const
arg_def_t
frame_periodic_boost
=
ARG_DEF
(
NULL
,
"frame
_
boost"
,
1
,
NULL
,
"frame
-
boost"
,
1
,
"Enable frame periodic boost (0: off (default), 1: on)"
);
static
const
struct
arg_enum_list
tune_content_enum
[]
=
{
...
...
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