diff options
author | Mans Rullgard <mans@mansr.com> | 2011-05-17 13:42:43 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-05-17 13:51:09 +0100 |
commit | 1362a291c971ba2c46c08f0533265b294030de27 (patch) | |
tree | a1fa426df45645f0a1c758c332a8d4a3affbdc11 /libavcodec | |
parent | 901ff51116f831c9082e14c80c7481dd3999aa30 (diff) | |
download | ffmpeg-1362a291c971ba2c46c08f0533265b294030de27.tar.gz |
qdm2: include correct header for rdft
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/qdm2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/qdm2.c b/libavcodec/qdm2.c index 198f11f271..76ecb79621 100644 --- a/libavcodec/qdm2.c +++ b/libavcodec/qdm2.c @@ -38,7 +38,7 @@ #include "avcodec.h" #include "get_bits.h" #include "dsputil.h" -#include "fft.h" +#include "rdft.h" #include "mpegaudio.h" #include "qdm2data.h" |