mpegaudio: move ff_mpa_enwindow to a separate file
authorMans Rullgard <mans@mansr.com>
Thu, 23 Aug 2012 17:47:49 +0000 (18:47 +0100)
committerMans Rullgard <mans@mansr.com>
Fri, 24 Aug 2012 09:45:39 +0000 (10:45 +0100)
commit2e2b8ef8e0b2b407fd43914bdf83f46084954f6d
tree9ace374eb2deec663b555ea133c2d3589665b6f5
parent4d7adec8bd211d3900563955f2e0863dfb3bf7e8
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 <mans@mansr.com>
libavcodec/Makefile
libavcodec/mpegaudiodata.c
libavcodec/mpegaudiodata.h
libavcodec/mpegaudiodsp.h
libavcodec/mpegaudiodsp_data.c [new file with mode: 0644]
libavcodec/mpegaudiodsp_template.c
libavcodec/mpegaudioenc.c