[FFmpeg-soc] [soc]: r4002 - amr/amrnbdec.c

diego subversion at mplayerhq.hu
Sun Jan 25 16:41:14 CET 2009


Author: diego
Date: Sun Jan 25 16:41:13 2009
New Revision: 4002

Log:
Add missing codec long_name declaration.

Modified:
   amr/amrnbdec.c

Modified: amr/amrnbdec.c
==============================================================================
--- amr/amrnbdec.c	Sun Jan 25 16:40:55 2009	(r4001)
+++ amr/amrnbdec.c	Sun Jan 25 16:41:13 2009	(r4002)
@@ -1308,4 +1308,5 @@ AVCodec amrnb_decoder = {
     .init = amrnb_decode_init,
     .close = amrnb_decode_close,
     .decode = amrnb_decode_frame,
+    .long_name = NULL_IF_CONFIG_SMALL("Adaptive Multi-Rate NarrowBand"),
 };



More information about the FFmpeg-soc mailing list