[FFmpeg-soc] [soc]: r4001 - amr/amrnbfloatdec.c
diego
subversion at mplayerhq.hu
Sun Jan 25 16:40:55 CET 2009
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"),
};
More information about the FFmpeg-soc
mailing list