Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
b62a04cb
Commit
b62a04cb
authored
May 22, 2006
by
trax
Browse files
proper subme integer range
parent
d8941c49
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/codec/x264.c
View file @
b62a04cb
...
...
@@ -434,11 +434,7 @@ vlc_module_begin();
add_integer
(
SOUT_CFG_PREFIX
"subme"
,
5
,
NULL
,
SUBME_TEXT
,
SUBME_LONGTEXT
,
VLC_FALSE
);
add_deprecated
(
SOUT_CFG_PREFIX
"subpel"
,
VLC_FALSE
);
/* Deprecated since 0.8.5 */
#if X264_BUILD >= 30
/* r262 */
change_integer_range
(
1
,
6
);
#else
change_integer_range
(
1
,
5
);
#endif
change_integer_range
(
1
,
SUBME_MAX
);
#if X264_BUILD >= 41
/* r368 */
add_bool
(
SOUT_CFG_PREFIX
"b-rdo"
,
0
,
NULL
,
B_RDO_TEXT
,
...
...
Write
Preview
Supports
Markdown
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