From 038f846e41b2ef7e760a39876beaebea999e27e9 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Mon, 28 Apr 2008 10:21:58 +0000 Subject: Add long names to some AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13010 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/zmbvenc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/zmbvenc.c') diff --git a/libavcodec/zmbvenc.c b/libavcodec/zmbvenc.c index b8455480da..2feeb66605 100644 --- a/libavcodec/zmbvenc.c +++ b/libavcodec/zmbvenc.c @@ -319,4 +319,5 @@ AVCodec zmbv_encoder = { encode_frame, encode_end, .pix_fmts = (enum PixelFormat[]){PIX_FMT_PAL8, -1}, + .long_name = "Zip Motion Blocks Video", }; -- cgit v1.2.3