Commit 0e924a6a authored by diego's avatar diego

Remove redundant #if condition. Two CONFIG_LIBAMR_NB blocks were right after each other,

so that the second check was pointless.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18844 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2c310421
......@@ -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",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment