]> git.sesse.net Git - vlc/commitdiff
* modules/codec/x264.c: copy/paste oops in 17009..
authorDennis van Amerongen <trax@videolan.org>
Mon, 9 Oct 2006 19:10:13 +0000 (19:10 +0000)
committerDennis van Amerongen <trax@videolan.org>
Mon, 9 Oct 2006 19:10:13 +0000 (19:10 +0000)
modules/codec/x264.c

index 9e69d8f2c61660caf9d00a8dc0414ccfaa9dea3b..127ea6e96c7df93c20aa2245d26cf930c292cb46 100644 (file)
@@ -759,8 +759,6 @@ static int  Open ( vlc_object_t *p_this )
         free( val.psz_string );
     }
 
-    p_sys->param.rc.f_ip_factor = val.f_float;
-
 #if X264_BUILD >= 51 /* r570 */
     var_Get( p_enc, SOUT_CFG_PREFIX "interlaced", &val );
     p_sys->param.b_interlaced = val.b_bool;