diff libmpcodecs/ve_x264.c @ 31007:26537f75c1dd

Tell x264 that we aren't going to give it timestamps. Fixes some warnings starting in x264-r1480.
author lorenm
date Tue, 20 Apr 2010 09:14:54 +0000
parents e4c7703dd901
children 97c3077b4e67
line wrap: on
line diff
--- a/libmpcodecs/ve_x264.c	Tue Apr 20 08:55:04 2010 +0000
+++ b/libmpcodecs/ve_x264.c	Tue Apr 20 09:14:54 2010 +0000
@@ -152,6 +152,7 @@
     param.i_height = height;
     param.i_fps_num = mod->mux->h.dwRate;
     param.i_fps_den = mod->mux->h.dwScale;
+    param.b_vfr_input = 0;
     param.vui.i_sar_width = d_width*height;
     param.vui.i_sar_height = d_height*width;