Commit c1064aa4 authored by Dennis van Amerongen's avatar Dennis van Amerongen

* modules/codec/x264.c: copy/paste oops in 17009..

parent c88a9d66
......@@ -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;
......
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