changeset 9650:531474d55492 libavcodec

Remove redundant #if condition. Two CONFIG_LIBAMR_NB blocks were right after each other so that the second check was pointless.
author diego
date Fri, 15 May 2009 17:22:41 +0000
parents 2d4718adf588
children e5ea408f6e2a
files libamr.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libamr.c	Fri May 15 17:15:12 2009 +0000
+++ b/libamr.c	Fri May 15 17:22:41 2009 +0000
@@ -255,10 +255,6 @@
     return written;
 }
 
-#endif
-
-#if CONFIG_LIBAMR_NB
-
 AVCodec libamr_nb_decoder =
 {
     "libamr_nb",