]> git.sesse.net Git - vlc/commitdiff
x264: don't set vfr, it maybe wasn't that good idea for default
authorIlkka Ollakka <ileoo@videolan.org>
Thu, 13 Sep 2012 09:25:41 +0000 (12:25 +0300)
committerIlkka Ollakka <ileoo@videolan.org>
Thu, 13 Sep 2012 09:25:57 +0000 (12:25 +0300)
modules/codec/x264.c

index 15bd39b3c6f6d33d7fdb54f3cda7386a452acd3e..5ee11028e93a8c9d6d74e637d49afcfb6826fd15 100644 (file)
@@ -1247,7 +1247,7 @@ static int  Open ( vlc_object_t *p_this )
         p_sys->param.i_fps_den = p_enc->fmt_in.video.i_frame_rate_base;
         p_sys->param.i_timebase_num = 1;
         p_sys->param.i_timebase_den = INT64_C(1000000);
-        p_sys->param.b_vfr_input = 1;
+        p_sys->param.b_vfr_input = 0;
     }
 
     /* Check slice-options */