From 560fa9bf51e20039120ffd1bfd7bcde6974264c6 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 7 Jul 2008 21:04:29 +0000 Subject: [PATCH] Fix x86-64 Originally committed as revision 14103 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/dsputil.c | 2 +- libavcodec/dsputil.h | 4 ++-- libavcodec/i386/dsputil_mmx.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libavcodec/dsputil.c b/libavcodec/dsputil.c index 4c07f7e9f..9ec077e56 100644 --- a/libavcodec/dsputil.c +++ b/libavcodec/dsputil.c @@ -3930,7 +3930,7 @@ void ff_vector_fmul_add_add_c(float *dst, const float *src0, const float *src1, dst[i*step] = src0[i] * src1[i] + src2[i] + src3; } -void ff_float_to_int16_c(int16_t *dst, const float *src, int len){ +void ff_float_to_int16_c(int16_t *dst, const float *src, long len){ int i; for(i=0; i