diff vc1.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 0f63fc62ea8b
line wrap: on
line diff
--- a/vc1.c	Sun Apr 27 22:19:02 2008 +0000
+++ b/vc1.c	Sun Apr 27 22:39:51 2008 +0000
@@ -4136,7 +4136,8 @@
     vc1_decode_end,
     vc1_decode_frame,
     CODEC_CAP_DELAY,
-    NULL
+    NULL,
+    .long_name = "SMPTE VC-1",
 };
 
 AVCodec wmv3_decoder = {
@@ -4149,5 +4150,6 @@
     vc1_decode_end,
     vc1_decode_frame,
     CODEC_CAP_DELAY,
-    NULL
+    NULL,
+    .long_name = "Windows Media Video 9",
 };