]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/amrnbdec.c
doc/demuxers.texi: avoid comma splice in image2 documentation
[ffmpeg] / libavcodec / amrnbdec.c
index 46e4856beb64675da3bad26e4f2459a2798abef1..c791110dc73bcdffa43fc3ab0fc82774b1650afd 100644 (file)
@@ -1080,7 +1080,7 @@ AVCodec ff_amrnb_decoder = {
     .init           = amrnb_decode_init,
     .decode         = amrnb_decode_frame,
     .capabilities   = CODEC_CAP_DR1,
-    .long_name      = NULL_IF_CONFIG_SMALL("Adaptive Multi-Rate NarrowBand"),
+    .long_name      = NULL_IF_CONFIG_SMALL("AMR-NB (Adaptive Multi-Rate NarrowBand)"),
     .sample_fmts    = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_FLT,
                                                      AV_SAMPLE_FMT_NONE },
 };