From 4d7d5ede5d78260507973ef45e1042e249cac911 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 15 May 2009 17:22:41 +0000 Subject: [PATCH] Remove redundant #if condition. Two CONFIG_LIBAMR_NB blocks were right after each other so that the second check was pointless. Originally committed as revision 18844 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/libamr.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libavcodec/libamr.c b/libavcodec/libamr.c index 34f496261..11144713c 100644 --- a/libavcodec/libamr.c +++ b/libavcodec/libamr.c @@ -255,10 +255,6 @@ static int amr_nb_encode_frame(AVCodecContext *avctx, return written; } -#endif - -#if CONFIG_LIBAMR_NB - AVCodec libamr_nb_decoder = { "libamr_nb", -- 2.11.0