Author: diego
Date: Sun Jan 25 16:40:55 2009
New Revision: 4001

Log:
Add missing NULL_IF_CONFIG_SMALL to codec long_name declaration.

Modified:
   amr/amrnbfloatdec.c

Modified: amr/amrnbfloatdec.c
==============================================================================
--- amr/amrnbfloatdec.c Sun Jan 25 16:38:52 2009        (r4000)
+++ amr/amrnbfloatdec.c Sun Jan 25 16:40:55 2009        (r4001)
@@ -1330,6 +1330,6 @@ AVCodec amrnb_decoder = {
     .init = amrnb_decode_init,
     .close = amrnb_decode_close,
     .decode = amrnb_decode_frame,
-    .long_name = "Adaptive Multi-Rate NarrowBand",
+    .long_name = NULL_IF_CONFIG_SMALL("Adaptive Multi-Rate NarrowBand"),
 };
 
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to