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:
parent
d2dfde0811
commit
4d7d5ede5d
@ -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…
x
Reference in New Issue
Block a user