Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
50f13451
Commit
50f13451
authored
Jul 05, 2010
by
Ilkka Ollakka
Browse files
x264 compile fix for x264 < 102
parent
b7bf2596
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/codec/x264.c
View file @
50f13451
...
...
@@ -424,9 +424,11 @@ vlc_module_begin ()
add_integer
(
SOUT_CFG_PREFIX
"min-keyint"
,
25
,
NULL
,
MIN_KEYINT_TEXT
,
MIN_KEYINT_LONGTEXT
,
false
)
#if X264_BUILD >= 102
add_string
(
SOUT_CFG_PREFIX
"opengop"
,
"none"
,
NULL
,
OPENGOP_TEXT
,
OPENGOP_LONGTEXT
,
false
)
change_string_list
(
x264_open_gop_names
,
x264_open_gop_names
,
0
);
#endif
add_integer
(
SOUT_CFG_PREFIX
"scenecut"
,
40
,
NULL
,
SCENE_TEXT
,
SCENE_LONGTEXT
,
false
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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