From 162d4fc99d07fcd3322aee9bcc99f045463da2b7 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 27 Apr 2008 22:39:51 +0000 Subject: Add long names to AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13009 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ulti.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavcodec/ulti.c') diff --git a/libavcodec/ulti.c b/libavcodec/ulti.c index e1ca0eb032..01c0bf9dbc 100644 --- a/libavcodec/ulti.c +++ b/libavcodec/ulti.c @@ -410,6 +410,7 @@ AVCodec ulti_decoder = { ulti_decode_end, ulti_decode_frame, CODEC_CAP_DR1, - NULL + NULL, + .long_name = "IBM UltiMotion", }; -- cgit v1.2.3