From bcdb2378f77daa2e7cf21039bb6247c197af8e0c Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 29 Apr 2008 21:31:21 +0000 Subject: Add long names to some AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13022 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/sgidec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/sgidec.c') diff --git a/libavcodec/sgidec.c b/libavcodec/sgidec.c index 476bb6a085..34f949dd23 100644 --- a/libavcodec/sgidec.c +++ b/libavcodec/sgidec.c @@ -263,5 +263,6 @@ AVCodec sgi_decoder = { NULL, sgi_end, decode_frame, + .long_name = "SGI image", }; -- cgit v1.2.3