Commit 40deedec authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf Committed by Derk-Jan Hartman

x264: obsolete pre-scenecut option.

Signed-off-by: default avatarDerk-Jan Hartman <hartman@videolan.org>
(cherry picked from commit d46728df)
parent 3fbd1657
......@@ -428,9 +428,17 @@ 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,
<<<<<<< HEAD:modules/codec/x264.c
PRESCENE_LONGTEXT, false );
=======
PRESCENE_LONGTEXT, false )
# else
add_obsolete_bool( "pre-scenecut" )
# endif
>>>>>>> d46728d... x264: obsolete pre-scenecut option.:modules/codec/x264.c
#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