From b6293e2798afab60596a87010b6163fcb4ca3086 Mon Sep 17 00:00:00 2001 From: Christophe Gisquet Date: Thu, 27 Dec 2012 22:33:51 +0100 Subject: fmtconvert: Explicitly use int32_t instead of int MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavcodec/fmtconvert.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavcodec/fmtconvert.h') diff --git a/libavcodec/fmtconvert.h b/libavcodec/fmtconvert.h index 93c3401f57..a28af36c21 100644 --- a/libavcodec/fmtconvert.h +++ b/libavcodec/fmtconvert.h @@ -35,7 +35,8 @@ typedef struct FmtConvertContext { * @param len number of elements to convert. * constraints: multiple of 8 */ - void (*int32_to_float_fmul_scalar)(float *dst, const int *src, float mul, int len); + void (*int32_to_float_fmul_scalar)(float *dst, const int32_t *src, + float mul, int len); /** * Convert an array of float to an array of int16_t. -- cgit v1.2.3