]> git.sesse.net Git - ffmpeg/commitdiff
opus: remove redundant ff_celt_window2 declaration
authorRostislav Pehlivanov <atomnuker@gmail.com>
Sun, 18 Dec 2016 07:10:48 +0000 (07:10 +0000)
committerRostislav Pehlivanov <atomnuker@gmail.com>
Sun, 18 Dec 2016 07:11:27 +0000 (07:11 +0000)
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
libavcodec/opus.h
libavcodec/opusdec.c

index 2079f423b4df20850206c9135051e64ead7177ba..2c3d63a7a29317e3fd1c644bdb5250ae7d3c5efc 100644 (file)
@@ -205,6 +205,4 @@ int ff_celt_decode_frame(CeltContext *s, OpusRangeCoder *rc,
                          float **output, int coded_channels, int frame_size,
                          int startband,  int endband);
 
-extern const float ff_celt_window2[120];
-
 #endif /* AVCODEC_OPUS_H */
index 329f78418200cee4c834f6b613334cb9ba24f473..556acfe2df9f88b662278e19031139eb9b6fc6c0 100644 (file)
@@ -47,6 +47,7 @@
 #include "internal.h"
 #include "mathops.h"
 #include "opus.h"
+#include "opustab.h"
 
 static const uint16_t silk_frame_duration_ms[16] = {
     10, 20, 40, 60,