From f3c638eac1e37127ab3ad1a5fa49bf39fb357dfa Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 4 Jun 2013 14:53:58 +0200 Subject: [PATCH] wresample/rematrix_template: fix internal types Should make no difference, but future commits will need it Signed-off-by: Michael Niedermayer --- libswresample/rematrix_template.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/libswresample/rematrix_template.c b/libswresample/rematrix_template.c index b8ca901b65..ecdeab3460 100644 --- a/libswresample/rematrix_template.c +++ b/libswresample/rematrix_template.c @@ -42,8 +42,8 @@ typedef void (RENAME(mix_any_func_type))(SAMPLE **out, const SAMPLE **in1, COEFF static void RENAME(sum2)(SAMPLE *out, const SAMPLE *in1, const SAMPLE *in2, COEFF *coeffp, integer index1, integer index2, integer len){ int i; - COEFF coeff1 = coeffp[index1]; - COEFF coeff2 = coeffp[index2]; + INTER coeff1 = coeffp[index1]; + INTER coeff2 = coeffp[index2]; for(i=0; i