summaryrefslogtreecommitdiffstats
path: root/libavcodec/tiff.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-05-09 19:19:04 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-05-11 00:03:11 +0200
commit687ff547fcdbf167c49be19332b188c5bd204562 (patch)
treeea211fdde9f5082ed65804f064c5135452189acb /libavcodec/tiff.h
parentb50217f6f7fa9c44f7f130661b3afd415a39200d (diff)
downloadffmpeg-streaming-687ff547fcdbf167c49be19332b188c5bd204562.zip
ffmpeg-streaming-687ff547fcdbf167c49be19332b188c5bd204562.tar.gz
tiff: perform minor cleanups in the header
Add link to official specifications, remove author duplication and others.
Diffstat (limited to 'libavcodec/tiff.h')
-rw-r--r--libavcodec/tiff.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/libavcodec/tiff.h b/libavcodec/tiff.h
index 235a998..e1aca68 100644
--- a/libavcodec/tiff.h
+++ b/libavcodec/tiff.h
@@ -1,5 +1,4 @@
/*
- * TIFF tables
* Copyright (c) 2006 Konstantin Shishkov
*
* This file is part of FFmpeg.
@@ -19,13 +18,16 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#ifndef AVCODEC_TIFF_H
+#define AVCODEC_TIFF_H
+
/**
- * TIFF tables
* @file
- * @author Konstantin Shishkov
+ * TIFF tables
+ *
+ * For more information about the TIFF format, check the official docs at:
+ * http://partners.adobe.com/public/developer/tiff/index.html
*/
-#ifndef AVCODEC_TIFF_H
-#define AVCODEC_TIFF_H
#include <stdint.h>
OpenPOWER on IntegriCloud