[FFmpeg-cvslog] aac: Mention abbreviation as well in long_name

Diego Biurrun git at videolan.org
Tue Jul 24 21:30:25 CEST 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Jul 24 02:14:38 2012 +0200| [65d94f63ca38b46a9d3719cb7d986d2daef90416] | committer: Diego Biurrun

aac: Mention abbreviation as well in long_name

Most people know the codec as "AAC" and not "Advanced Audio Coding".

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=65d94f63ca38b46a9d3719cb7d986d2daef90416
---

 libavcodec/aacdec.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/aacdec.c b/libavcodec/aacdec.c
index 4be5255..76d4120 100644
--- a/libavcodec/aacdec.c
+++ b/libavcodec/aacdec.c
@@ -2846,7 +2846,7 @@ AVCodec ff_aac_decoder = {
     .init            = aac_decode_init,
     .close           = aac_decode_close,
     .decode          = aac_decode_frame,
-    .long_name       = NULL_IF_CONFIG_SMALL("Advanced Audio Coding"),
+    .long_name       = NULL_IF_CONFIG_SMALL("AAC (Advanced Audio Coding)"),
     .sample_fmts     = (const enum AVSampleFormat[]) {
         AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_NONE
     },



More information about the ffmpeg-cvslog mailing list