[FFmpeg-cvslog] tiff: perform minor cleanups in the header
Stefano Sabatini
git at videolan.org
Wed May 11 00:20:15 CEST 2011
ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Mon May 9 19:19:04 2011 +0200| [687ff547fcdbf167c49be19332b188c5bd204562] | committer: Stefano Sabatini
tiff: perform minor cleanups in the header
Add link to official specifications, remove author duplication and
others.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=687ff547fcdbf167c49be19332b188c5bd204562
---
libavcodec/tiff.h | 12 +++++++-----
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>
More information about the ffmpeg-cvslog
mailing list