diff vmdav.c @ 6712:5b3acf9fd50a libavcodec

Add long names to AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Sun, 27 Apr 2008 22:39:51 +0000
parents 48759bfbd073
children c93570aeb3eb
line wrap: on
line diff
--- a/vmdav.c	Sun Apr 27 22:19:02 2008 +0000
+++ b/vmdav.c	Sun Apr 27 22:39:51 2008 +0000
@@ -561,6 +561,7 @@
     vmdvideo_decode_end,
     vmdvideo_decode_frame,
     CODEC_CAP_DR1,
+    .long_name = "Sierra VMD video",
 };
 
 AVCodec vmdaudio_decoder = {
@@ -572,4 +573,5 @@
     NULL,
     NULL,
     vmdaudio_decode_frame,
+    .long_name = "Sierra VMD audio",
 };