diff vp6.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 e943e1409077
line wrap: on
line diff
--- a/vp6.c	Sun Apr 27 22:19:02 2008 +0000
+++ b/vp6.c	Sun Apr 27 22:39:51 2008 +0000
@@ -638,6 +638,7 @@
     vp56_free,
     vp56_decode_frame,
     CODEC_CAP_DR1,
+    .long_name = "On2 VP6",
 };
 
 /* flash version, not flipped upside-down */
@@ -651,6 +652,7 @@
     vp56_free,
     vp56_decode_frame,
     CODEC_CAP_DR1,
+    .long_name = "On2 VP6 (Flash version)"
 };
 
 /* flash version, not flipped upside-down, with alpha channel */
@@ -664,4 +666,5 @@
     vp56_free,
     vp56_decode_frame,
     CODEC_CAP_DR1,
+    .long_name = "On2 VP6 (Flash version, with alpha channel)",
 };