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/tiffenc.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libavcodec/tiffenc.c') diff --git a/libavcodec/tiffenc.c b/libavcodec/tiffenc.c index f9a086fcfa..20c9bee33c 100644 --- a/libavcodec/tiffenc.c +++ b/libavcodec/tiffenc.c @@ -20,6 +20,11 @@ * */ +/** + * TIFF image encoder + * @file tiffenc.c + * @author Bartlomiej Wolowiec + */ #include "avcodec.h" #ifdef CONFIG_ZLIB #include -- cgit v1.2.3