Browse Source

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
tags/v0.6
Diego Biurrun 17 years ago
parent
commit
4d7d5ede5d
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      libavcodec/libamr.c

+ 0
- 4
libavcodec/libamr.c 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",


Loading…
Cancel
Save