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"),
 };
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to