From 38a13155827b5ab3af1fd44f5963de96b496544c Mon Sep 17 00:00:00 2001 From: Rostislav Pehlivanov Date: Sun, 18 Dec 2016 07:10:48 +0000 Subject: opus: remove redundant ff_celt_window2 declaration Signed-off-by: Rostislav Pehlivanov --- libavcodec/opus.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/opus.h') 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 */ -- cgit v1.2.3