diff snow.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/snow.c	Sun Apr 27 22:19:02 2008 +0000
+++ b/snow.c	Sun Apr 27 22:39:51 2008 +0000
@@ -4660,7 +4660,8 @@
     decode_end,
     decode_frame,
     0 /*CODEC_CAP_DR1*/ /*| CODEC_CAP_DRAW_HORIZ_BAND*/,
-    NULL
+    NULL,
+    .long_name = "Snow",
 };
 
 #ifdef CONFIG_SNOW_ENCODER
@@ -4672,6 +4673,7 @@
     encode_init,
     encode_frame,
     encode_end,
+    .long_name = "Snow",
 };
 #endif