[FFmpeg-soc] [soc]: r5134 - als/alsdec.c

thilo.borgmann subversion at mplayerhq.hu
Sat Aug 15 16:36:13 CEST 2009


Author: thilo.borgmann
Date: Sat Aug 15 16:36:13 2009
New Revision: 5134

Log:
Extend the decoder's long name.

Modified:
   als/alsdec.c

Modified: als/alsdec.c
==============================================================================
--- als/alsdec.c	Sat Aug 15 16:34:36 2009	(r5133)
+++ als/alsdec.c	Sat Aug 15 16:36:13 2009	(r5134)
@@ -994,6 +994,6 @@ AVCodec als_decoder = {
     NULL,
     decode_end,
     decode_frame,
-    .long_name = NULL_IF_CONFIG_SMALL("MPEG-4 Audio Lossless Coding"),
+    .long_name = NULL_IF_CONFIG_SMALL("MPEG-4 Audio Lossless Coding (ALS)"),
 };
 


More information about the FFmpeg-soc mailing list