From dbff4da91468a5079d017b99f961cb8bfc4e019c Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Tue, 12 Apr 2011 23:50:51 +0300 Subject: libopencore-amr: Remove unused code fragments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This parts are heritage from the encoder part from the old libamr code removed in SVN rev 19365. Signed-off-by: Martin Storsjö --- libavcodec/libopencore-amr.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'libavcodec/libopencore-amr.c') diff --git a/libavcodec/libopencore-amr.c b/libavcodec/libopencore-amr.c index a7abe26802..c11c924cbe 100644 --- a/libavcodec/libopencore-amr.c +++ b/libavcodec/libopencore-amr.c @@ -239,20 +239,9 @@ AVCodec ff_libopencore_amrnb_encoder = { #include #include -static const char wb_bitrate_unsupported[] = - "bitrate not supported: use one of 6.6k, 8.85k, 12.65k, 14.25k, 15.85k, 18.25k, 19.85k, 23.05k, or 23.85k\n"; - -/* Common code for fixed and float version*/ -typedef struct AMRWB_bitrates { - int rate; - int mode; -} AMRWB_bitrates; - typedef struct AMRWBContext { int frameCount; void *state; - int mode; - Word16 allow_dtx; } AMRWBContext; static av_cold int amr_wb_decode_init(AVCodecContext *avctx) -- cgit v1.2.3