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/gifdec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/gifdec.c') diff --git a/libavcodec/gifdec.c b/libavcodec/gifdec.c index 342bf1e6c5..71868865f5 100644 --- a/libavcodec/gifdec.c +++ b/libavcodec/gifdec.c @@ -333,4 +333,5 @@ AVCodec gif_decoder = { NULL, gif_decode_close, gif_decode_frame, + .long_name = "GIF (Graphics Interchange Format)", }; -- cgit v1.2.3