From 38a13155827b5ab3af1fd44f5963de96b496544c Mon Sep 17 00:00:00 2001 From: Rostislav Pehlivanov Date: Sun, 18 Dec 2016 07:10:48 +0000 Subject: [PATCH] opus: remove redundant ff_celt_window2 declaration Signed-off-by: Rostislav Pehlivanov --- libavcodec/opus.h | 2 -- libavcodec/opusdec.c | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/libavcodec/opus.h b/libavcodec/opus.h index 2079f423b4..2c3d63a7a2 100644 --- a/libavcodec/opus.h +++ b/libavcodec/opus.h @@ -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 */ diff --git a/libavcodec/opusdec.c b/libavcodec/opusdec.c index 329f784182..556acfe2df 100644 --- a/libavcodec/opusdec.c +++ b/libavcodec/opusdec.c @@ -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,