From ee5c8a9bc44d0a0e608e74f85debdf73609e4d68 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 4 Apr 2007 11:43:08 +0000 Subject: Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl. Originally committed as revision 8624 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/tiff.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libavcodec/tiff.c') diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c index 6bbd60d10e..f614b32a6a 100644 --- a/libavcodec/tiff.c +++ b/libavcodec/tiff.c @@ -19,6 +19,12 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ + +/** + * TIFF image decoder + * @file tiff.c + * @author Konstantin Shishkov + */ #include "avcodec.h" #ifdef CONFIG_ZLIB #include -- cgit v1.2.3