Originally committed as revision 22235 to svn://svn.ffmpeg.org/ffmpeg/trunk
@@ -30,7 +30,7 @@
#include "libavcodec/audioconvert.h"
#include "libavcodec/colorspace.h"
#include "libavcodec/opt.h"
-#include "libavcodec/dsputil.h"
+#include "libavcodec/fft.h"
#if CONFIG_AVFILTER
# include "libavfilter/avfilter.h"
@@ -80,6 +80,7 @@
#include "internal.h"
#include "get_bits.h"
#include "dsputil.h"
+#include "fft.h"
#include "lpc.h"
#include "aac.h"
@@ -32,6 +32,7 @@
#include "avcodec.h"
#include "mpeg4audio.h"
#include <stdint.h>
@@ -31,6 +31,7 @@
#include "ac3.h"
/* override ac3.h to include coupling channel */
#undef AC3_MAX_CHANNELS
@@ -18,7 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
void ff_fft_permute_neon(FFTContext *s, FFTComplex *z);
void ff_fft_calc_neon(FFTContext *s, FFTComplex *z);
@@ -35,6 +35,7 @@
#include "atrac.h"
#include "atrac1data.h"
@@ -40,6 +40,7 @@
#include "bytestream.h"
#include "atrac3data.h"
@@ -32,6 +32,8 @@
#define ALT_BITSTREAM_READER_LE
+
extern const uint16_t ff_wma_critical_freqs[25];
#define MAX_CHANNELS 2
@@ -52,6 +52,7 @@
#include "cookdata.h"
#include "put_bits.h"
#include "dcadata.h"