[FFmpeg-soc] [soc]: r2616 - aac/aac.c

superdump subversion at mplayerhq.hu
Tue Jul 1 12:28:17 CEST 2008


Author: superdump
Date: Tue Jul  1 12:28:17 2008
New Revision: 2616

Log:
Add codec long name


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c	(original)
+++ aac/aac.c	Tue Jul  1 12:28:17 2008
@@ -2177,5 +2177,6 @@ AVCodec aac_decoder = {
     NULL,
     aac_decode_close,
     aac_decode_frame,
+    .long_name = NULL_IF_CONFIG_SMALL("Advanced Audio Coding"),
 };
 



More information about the FFmpeg-soc mailing list