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/zmbv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavcodec/zmbv.c') diff --git a/libavcodec/zmbv.c b/libavcodec/zmbv.c index 4e67aa90e1..51079fa944 100644 --- a/libavcodec/zmbv.c +++ b/libavcodec/zmbv.c @@ -661,6 +661,7 @@ AVCodec zmbv_decoder = { decode_init, NULL, decode_end, - decode_frame + decode_frame, + .long_name = "Zip Motion Blocks Video", }; -- cgit v1.2.3