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/dxa.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavcodec/dxa.c') diff --git a/libavcodec/dxa.c b/libavcodec/dxa.c index 380fa1f8db..2df987ab07 100644 --- a/libavcodec/dxa.c +++ b/libavcodec/dxa.c @@ -326,6 +326,7 @@ AVCodec dxa_decoder = { decode_init, NULL, decode_end, - decode_frame + decode_frame, + .long_name = "Feeble Files/ScummVM DXA", }; -- cgit v1.2.3