[vlc-commits] commit: x264: use int64_t instead int as delay (Ilkka Ollakka )

git at videolan.org git at videolan.org
Sat Jun 12 10:35:09 CEST 2010


vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Sat Jun 12 11:34:27 2010 +0300| [e0600d460ae60e32b189b79ed61c9dc217577af2] | committer: Ilkka Ollakka 

x264: use int64_t instead int as delay

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

 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 29ad78b..ab3c623 100644
--- a/modules/codec/x264.c
+++ b/modules/codec/x264.c
@@ -699,7 +699,7 @@ struct encoder_sys_t
     x264_t          *h;
     x264_param_t    param;
 
-    int  i_initial_delay;
+    int64_t  i_initial_delay;
 
     char *psz_stat_name;
 };



More information about the vlc-commits mailing list