[FFmpeg-cvslog] r18844 - trunk/libavcodec/libamr.c

diego subversion
Fri May 15 19:22:41 CEST 2009


Author: diego
Date: Fri May 15 19:22:41 2009
New Revision: 18844

Log:
Remove redundant #if condition. Two CONFIG_LIBAMR_NB blocks were right after each other,
so that the second check was pointless.

Modified:
   trunk/libavcodec/libamr.c

Modified: trunk/libavcodec/libamr.c
==============================================================================
--- trunk/libavcodec/libamr.c	Fri May 15 19:15:12 2009	(r18843)
+++ trunk/libavcodec/libamr.c	Fri May 15 19:22:41 2009	(r18844)
@@ -255,10 +255,6 @@ static int amr_nb_encode_frame(AVCodecCo
     return written;
 }
 
-#endif
-
-#if CONFIG_LIBAMR_NB
-
 AVCodec libamr_nb_decoder =
 {
     "libamr_nb",



More information about the ffmpeg-cvslog mailing list