From c1064aa4950b5725e00627a24ee6498ff8771df0 Mon Sep 17 00:00:00 2001 From: Dennis van Amerongen Date: Mon, 9 Oct 2006 19:10:13 +0000 Subject: [PATCH] * modules/codec/x264.c: copy/paste oops in 17009.. --- modules/codec/x264.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/codec/x264.c b/modules/codec/x264.c index 9e69d8f2c6..127ea6e96c 100644 --- a/modules/codec/x264.c +++ b/modules/codec/x264.c @@ -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; -- 2.39.2