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/ac3dec.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavcodec/ac3dec.h') diff --git a/libavcodec/ac3dec.h b/libavcodec/ac3dec.h index 56c6553477..a2625a6023 100644 --- a/libavcodec/ac3dec.h +++ b/libavcodec/ac3dec.h @@ -221,9 +221,6 @@ int ff_eac3_parse_header(AC3DecodeContext *s); */ void ff_eac3_decode_transform_coeffs_aht_ch(AC3DecodeContext *s, int ch); -void ff_ac3_downmix_c(float (*samples)[256], float (*matrix)[2], - int out_ch, int in_ch, int len); - /** * Apply spectral extension to each channel by copying lower frequency * coefficients to higher frequency bins and applying side information to -- cgit v1.2.3