Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-06 17:34:46 +0300
committerMåns Rullgård <mans@mansr.com>2010-03-06 17:34:46 +0300
commit1429224b04cd10ef0d81c1c0d6eae82a5afad4d8 (patch)
treebf2a9dfa9f7a155d1163d96e76e98943a100bbb1 /libavcodec/atrac1.c
parent50e10cbd7a62bf7731bf00c1a190a7ae3d5b3831 (diff)
Move FFT parts from dsputil.h to fft.h
Originally committed as revision 22235 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/atrac1.c')
-rw-r--r--libavcodec/atrac1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/atrac1.c b/libavcodec/atrac1.c
index a4b57f1579..dfdd9744a2 100644
--- a/libavcodec/atrac1.c
+++ b/libavcodec/atrac1.c
@@ -35,6 +35,7 @@
#include "avcodec.h"
#include "get_bits.h"
#include "dsputil.h"
+#include "fft.h"
#include "atrac.h"
#include "atrac1data.h"