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
This commit is contained in:
Diego Biurrun 2009-05-15 17:22:41 +00:00
parent d2dfde0811
commit 4d7d5ede5d
1 changed files with 0 additions and 4 deletions

View 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",