[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:37:01 CEST 2010
vlc/vlc-1.1 | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Sat Jun 12 11:34:27 2010 +0300| [18b5744c043e5ee7f367116484836f1c2fe87ba5] | committer: Ilkka Ollakka
x264: use int64_t instead int as delay
(cherry-picked from commit e0600d460ae60e32b189b79ed61c9dc217577af2)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=18b5744c043e5ee7f367116484836f1c2fe87ba5
---
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 b7f138a..03dbaa5 100644
--- a/modules/codec/x264.c
+++ b/modules/codec/x264.c
@@ -714,7 +714,7 @@ struct encoder_sys_t
x264_param_t param;
#if X264_BUILD >= 83
- int i_initial_delay;
+ int64_t i_initial_delay;
#else
mtime_t i_interpolated_dts;
#endif
More information about the vlc-commits
mailing list