From 97cb9236cf3c45eb8a8fba8b88bdde6ece3f496f Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Tue, 11 Sep 2012 17:55:11 +0100 Subject: ac3: move ac3_downmix() from dsputil to ac3dsp Signed-off-by: Mans Rullgard --- libavcodec/dsputil.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/dsputil.h') diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index bb70428..6ce41df 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -374,7 +374,6 @@ typedef struct DSPContext { /* assume len is a multiple of 4, and arrays are 16-byte aligned */ void (*vorbis_inverse_coupling)(float *mag, float *ang, int blocksize); - void (*ac3_downmix)(float (*samples)[256], float (*matrix)[2], int out_ch, int in_ch, int len); /* assume len is a multiple of 16, and arrays are 32-byte aligned */ void (*vector_fmul_reverse)(float *dst, const float *src0, const float *src1, int len); /* assume len is a multiple of 8, and src arrays are 16-byte aligned */ -- cgit v1.1