diff vp3.c @ 6710:a4104482ceef libavcodec

Add long names to many AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Sun, 27 Apr 2008 10:52:44 +0000
parents 48759bfbd073
children b9a57d71425d
line wrap: on
line diff
--- a/vp3.c	Sun Apr 27 10:01:07 2008 +0000
+++ b/vp3.c	Sun Apr 27 10:52:44 2008 +0000
@@ -2634,7 +2634,8 @@
     vp3_decode_end,
     vp3_decode_frame,
     0,
-    NULL
+    NULL,
+    .long_name = "Theora",
 };
 #endif
 
@@ -2648,5 +2649,6 @@
     vp3_decode_end,
     vp3_decode_frame,
     0,
-    NULL
+    NULL,
+    .long_name = "On2 VP3",
 };