[vlc-devel] commit: x264: obsolete pre-scenecut option. (Jean-Baptiste Kempf )

git version control git at videolan.org
Thu Mar 12 00:47:44 CET 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Mar 12 00:47:13 2009 +0100| [d46728dff61b74e6cffd11615b7fa3a526075b0f] | committer: Jean-Baptiste Kempf 

x264: obsolete pre-scenecut option.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d46728dff61b74e6cffd11615b7fa3a526075b0f
---

 modules/codec/x264.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/modules/codec/x264.c b/modules/codec/x264.c
index 0be0824..cfd7e8c 100644
--- a/modules/codec/x264.c
+++ b/modules/codec/x264.c
@@ -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,




More information about the vlc-devel mailing list