From 8593b743a81263eebec79bb13b7b925bd024c5e1 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 19 Sep 2011 09:18:05 +0200 Subject: rematrix: dont use floats for int16 code. Signed-off-by: Michael Niedermayer --- libswresample/rematrix_template.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libswresample/rematrix_template.c') diff --git a/libswresample/rematrix_template.c b/libswresample/rematrix_template.c index 5d5aef2ca8..0c45fc9110 100644 --- a/libswresample/rematrix_template.c +++ b/libswresample/rematrix_template.c @@ -19,20 +19,20 @@ */ -static void RENAME(sum2)(SAMPLE *out, const SAMPLE *in1, const SAMPLE *in2, float coeff1, float coeff2, int len){ +static void RENAME(sum2)(SAMPLE *out, const SAMPLE *in1, const SAMPLE *in2, SAMPLE coeff1, SAMPLE coeff2, int len){ int i; for(i=0; i