mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user