diff options
author | Mans Rullgard <mans@mansr.com> | 2011-03-19 17:19:04 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-03-19 19:49:27 +0000 |
commit | a45fbda994df54600101e845e29f0af60e456e95 (patch) | |
tree | 5b7967059edcf79ea6814d77db25adf6a3a387eb /libavcodec/ac3enc_float.c | |
parent | 26f548bb59177cfc8c45ff633dd37b60cfd23edf (diff) | |
download | ffmpeg-a45fbda994df54600101e845e29f0af60e456e95.tar.gz |
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/ac3enc_float.c')
-rw-r--r-- | libavcodec/ac3enc_float.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/ac3enc_float.c b/libavcodec/ac3enc_float.c index e46ec6a85d..91f73e5b44 100644 --- a/libavcodec/ac3enc_float.c +++ b/libavcodec/ac3enc_float.c @@ -28,6 +28,7 @@ #define CONFIG_AC3ENC_FLOAT 1 #include "ac3enc.c" +#include "kbdwin.h" /** |