diff gif.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 e1302edb0f69
line wrap: on
line diff
--- a/gif.c	Sun Apr 27 22:19:02 2008 +0000
+++ b/gif.c	Sun Apr 27 22:39:51 2008 +0000
@@ -341,4 +341,5 @@
     gif_encode_frame,
     NULL, //encode_end,
     .pix_fmts= (enum PixelFormat[]){PIX_FMT_PAL8, -1},
+    .long_name= "GIF (Graphics Interchange Format)",
 };