summaryrefslogtreecommitdiff
path: root/libavcodec/aacenc.c
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-03-19 17:19:04 +0000
committerMans Rullgard <mans@mansr.com>2011-03-19 19:49:27 +0000
commita45fbda994df54600101e845e29f0af60e456e95 (patch)
tree5b7967059edcf79ea6814d77db25adf6a3a387eb /libavcodec/aacenc.c
parent26f548bb59177cfc8c45ff633dd37b60cfd23edf (diff)
Move ff_kbd_window_init() to a separate file
This function is not tightly coupled to mdct, and it's in the way of making a fixed-point mdct implementation. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/aacenc.c')
-rw-r--r--libavcodec/aacenc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/aacenc.c b/libavcodec/aacenc.c
index f74e28526d..9b53001dfe 100644
--- a/libavcodec/aacenc.c
+++ b/libavcodec/aacenc.c
@@ -34,6 +34,7 @@
#include "put_bits.h"
#include "dsputil.h"
#include "mpeg4audio.h"
+#include "kbdwin.h"
#include "aac.h"
#include "aactab.h"