vlc | branch: master | Ilkka Ollakka <[email protected]> | Thu Sep 13 12:25:41 
2012 +0300| [681278213c2b14df7fe1052718801b91161cbedd] | committer: Ilkka 
Ollakka

x264: don't set vfr, it maybe wasn't that good idea for default

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

 modules/codec/x264.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/codec/x264.c b/modules/codec/x264.c
index 15bd39b..5ee1102 100644
--- a/modules/codec/x264.c
+++ b/modules/codec/x264.c
@@ -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 */

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to