From 2e2b8ef8e0b2b407fd43914bdf83f46084954f6d Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Thu, 23 Aug 2012 18:47:49 +0100 Subject: mpegaudio: move ff_mpa_enwindow to a separate file This table is used only by mpegaudiodsp and mpegaudioenc. Separating it allows dropping some dependencies from mpc[78] and qdm2. Signed-off-by: Mans Rullgard --- libavcodec/mpegaudiodsp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/mpegaudiodsp.h') diff --git a/libavcodec/mpegaudiodsp.h b/libavcodec/mpegaudiodsp.h index c24ea4117e..2997b3fefb 100644 --- a/libavcodec/mpegaudiodsp.h +++ b/libavcodec/mpegaudiodsp.h @@ -40,6 +40,8 @@ void ff_mpadsp_init(MPADSPContext *s); extern int32_t ff_mpa_synth_window_fixed[]; extern float ff_mpa_synth_window_float[]; +extern const int32_t ff_mpa_enwindow[257]; + void ff_mpa_synth_filter_fixed(MPADSPContext *s, int32_t *synth_buf_ptr, int *synth_buf_offset, int32_t *window, int *dither_state, -- cgit v1.2.3