summaryrefslogtreecommitdiff
path: root/libavcodec/tiff.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-04-04 11:43:08 +0000
committerDiego Biurrun <diego@biurrun.de>2007-04-04 11:43:08 +0000
commitee5c8a9bc44d0a0e608e74f85debdf73609e4d68 (patch)
treed6344d0e68b413e4c0eb334a9d140e9500fc0d8e /libavcodec/tiff.c
parent7c1ebf179bd674e7237ea289ef37137ab6977fb5 (diff)
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
Diffstat (limited to 'libavcodec/tiff.c')
-rw-r--r--libavcodec/tiff.c6
1 files changed, 6 insertions, 0 deletions
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 <zlib.h>