diff bmpenc.c @ 6722:6eeb19edcee3 libavcodec

Add long names to some AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Tue, 29 Apr 2008 21:31:21 +0000
parents 48759bfbd073
children e1302edb0f69
line wrap: on
line diff
--- a/bmpenc.c	Tue Apr 29 18:32:06 2008 +0000
+++ b/bmpenc.c	Tue Apr 29 21:31:21 2008 +0000
@@ -95,4 +95,5 @@
     bmp_encode_frame,
     NULL, //encode_end,
     .pix_fmts= (enum PixelFormat[]){PIX_FMT_BGR24, -1},
+    .long_name = "BMP image",
 };