From f49564c6075935443323abf4571a62205e7b3c59 Mon Sep 17 00:00:00 2001 From: Christophe Gisquet Date: Thu, 27 Dec 2012 22:33:51 +0100 Subject: fmtconvert: int32_t input to int32_to_float_fmul_scalar It was previously declared as int. Does not change fate results for x86. Conflicts: libavcodec/ppc/fmtconvert_altivec.c Signed-off-by: Michael Niedermayer --- libavcodec/fmtconvert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/fmtconvert.c') diff --git a/libavcodec/fmtconvert.c b/libavcodec/fmtconvert.c index 632c11d..afcbf0d 100644 --- a/libavcodec/fmtconvert.c +++ b/libavcodec/fmtconvert.c @@ -24,7 +24,7 @@ #include "fmtconvert.h" #include "libavutil/common.h" -static void int32_to_float_fmul_scalar_c(float *dst, const int *src, float mul, int len){ +static void int32_to_float_fmul_scalar_c(float *dst, const int32_t *src, float mul, int len){ int i; for(i=0; i