OSDN Git Service

Remove redundant #if condition. Two CONFIG_LIBAMR_NB blocks were right after
authorDiego Biurrun <diego@biurrun.de>
Fri, 15 May 2009 17:22:41 +0000 (17:22 +0000)
committerDiego Biurrun <diego@biurrun.de>
Fri, 15 May 2009 17:22:41 +0000 (17:22 +0000)
each other so that the second check was pointless.

Originally committed as revision 18844 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/libamr.c

index 34f4962..1114471 100644 (file)
@@ -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",