[vlc-devel] commit: Remove dead code (Christophe Mutricy )

git version control git at videolan.org
Fri Oct 2 00:14:26 CEST 2009


vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Sun Sep 27 20:47:48 2009 +0100| [eb4e3879811651984f9775ff4cff96db727e8fac] | committer: Christophe Mutricy 

Remove dead code

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

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

diff --git a/modules/codec/x264.c b/modules/codec/x264.c
index d51786c..0de1e46 100644
--- a/modules/codec/x264.c
+++ b/modules/codec/x264.c
@@ -657,13 +657,6 @@ static int  Open ( vlc_object_t *p_this )
     /* X264_POINTVER or X264_VERSION are not available */
     msg_Dbg ( p_enc, "version x264 0.%d.X", X264_BUILD );
 
-    if( X264_BUILD < 76 )
-    {
-        msg_Warn( p_enc, "x264 version needs to be 0.76 or higher");
-        return VLC_EGENERIC;
-    }
-
-
     config_ChainParse( p_enc, SOUT_CFG_PREFIX, ppsz_sout_options, p_enc->p_cfg );
 
     p_enc->fmt_out.i_cat = VIDEO_ES;




More information about the vlc-devel mailing list