Commit d46728df authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

x264: obsolete pre-scenecut option.

parent a64f8985
......@@ -434,9 +434,13 @@ vlc_module_begin ()
SCENE_LONGTEXT, false )
change_integer_range( -1, 100 )
#if X264_BUILD >= 55 /* r607 */ && X264_BUILD < 67 /* r1117 */
#if X264_BUILD >= 55 /* r607 */
# if X264_BUILD < 67 /* r1117 */
add_bool( SOUT_CFG_PREFIX "pre-scenecut", 0, NULL, PRESCENE_TEXT,
PRESCENE_LONGTEXT, false )
# else
add_obsolete_bool( "pre-scenecut" )
# endif
#endif
add_integer( SOUT_CFG_PREFIX "bframes", 0, NULL, BFRAMES_TEXT,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment