From 30b39164256999efc8d77edc85e2e0b963c24834 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Thu, 13 Sep 2012 19:35:18 +0100 Subject: ac3dec: make downmix() take array of pointers to channel data --- libavcodec/ac3dsp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/ac3dsp.h') diff --git a/libavcodec/ac3dsp.h b/libavcodec/ac3dsp.h index 723d1096ae..882eb7681a 100644 --- a/libavcodec/ac3dsp.h +++ b/libavcodec/ac3dsp.h @@ -126,7 +126,7 @@ typedef struct AC3DSPContext { void (*extract_exponents)(uint8_t *exp, int32_t *coef, int nb_coefs); - void (*downmix)(float (*samples)[256], float (*matrix)[2], int out_ch, + void (*downmix)(float **samples, float (*matrix)[2], int out_ch, int in_ch, int len); } AC3DSPContext; -- cgit v1.2.3