[FFmpeg-devel] [PATCH] tiff: perform minor cleanups in the header
Stefano Sabatini
stefano.sabatini-lala at poste.it
Mon May 9 22:27:21 CEST 2011
Add link to official specifications, remove author duplication and
others.
---
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>
--
1.7.2.3
More information about the ffmpeg-devel
mailing list