Add ASUS V1/V2 decoder codec long names.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Thu, 29 May 2008 11:04:42 +0000 (11:04 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 29 May 2008 11:04:42 +0000 (11:04 +0000)
patch by Stefano Sabatini, stefano.sabatini-lala poste it

Originally committed as revision 13529 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/asv1.c

index 0e80a61..bed7e75 100644 (file)
@@ -615,6 +615,7 @@ AVCodec asv1_decoder = {
     decode_end,
     decode_frame,
     CODEC_CAP_DR1,
+    .long_name= "ASUS V1",
 };
 
 AVCodec asv2_decoder = {
@@ -627,6 +628,7 @@ AVCodec asv2_decoder = {
     decode_end,
     decode_frame,
     CODEC_CAP_DR1,
+    .long_name= "ASUS V2",
 };
 
 #ifdef CONFIG_ENCODERS