[vlc-devel] commit: Build fix (Pierre Ynard )

git version control git at videolan.org
Thu Dec 17 02:15:56 CET 2009


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Thu Dec 17 02:15:19 2009 +0100| [c5a60efdff2cc737c9db2ef6d2174aa3b99cda57] | committer: Pierre Ynard 

Build fix

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

 modules/codec/x264.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/codec/x264.c b/modules/codec/x264.c
index 49ad607..e03bb4f 100644
--- a/modules/codec/x264.c
+++ b/modules/codec/x264.c
@@ -1024,7 +1024,7 @@ static int  Open ( vlc_object_t *p_this )
         unsigned int i_dst_num, i_dst_den;
         vlc_ureduce( &i_dst_num, &i_dst_den,
                      p_enc->fmt_in.video.i_sar_num,
-                     p_enc->fmt_in.video.i_sar_den );
+                     p_enc->fmt_in.video.i_sar_den, 0 );
         p_sys->param.vui.i_sar_width = i_dst_num;
         p_sys->param.vui.i_sar_height = i_dst_den;
     }




More information about the vlc-devel mailing list