Commit 38a13155 authored by Rostislav Pehlivanov's avatar Rostislav Pehlivanov

opus: remove redundant ff_celt_window2 declaration

Signed-off-by: 's avatarRostislav Pehlivanov <atomnuker@gmail.com>
parent d8b9bef1
......@@ -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 */
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment