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
release/0.6
Diego Biurrun 16 years ago
parent d2dfde0811
commit 4d7d5ede5d
  1. 4
      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",

Loading…
Cancel
Save