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/tiff.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavcodec/tiff.c') diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c index 4a12a2bb1e..6cda29dbb5 100644 --- a/libavcodec/tiff.c +++ b/libavcodec/tiff.c @@ -495,5 +495,6 @@ AVCodec tiff_decoder = { tiff_end, decode_frame, 0, - NULL + NULL, + .long_name = "TIFF image", }; -- cgit v1.2.3