[FFmpeg-cvslog] qdm2: include correct header for rdft

Mans Rullgard git at videolan.org
Wed May 18 05:59:19 CEST 2011


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Tue May 17 13:42:43 2011 +0100| [1362a291c971ba2c46c08f0533265b294030de27] | committer: Mans Rullgard

qdm2: include correct header for rdft

Signed-off-by: Mans Rullgard <mans at mansr.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1362a291c971ba2c46c08f0533265b294030de27
---

 libavcodec/qdm2.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/qdm2.c b/libavcodec/qdm2.c
index 198f11f..76ecb79 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"



More information about the ffmpeg-cvslog mailing list