From 687ff547fcdbf167c49be19332b188c5bd204562 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Mon, 9 May 2011 19:19:04 +0200 Subject: [PATCH] tiff: perform minor cleanups in the header Add link to official specifications, remove author duplication and others. --- libavcodec/tiff.h | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/libavcodec/tiff.h b/libavcodec/tiff.h index 235a998fcd..e1aca68e35 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,14 +18,17 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -/** - * TIFF tables - * @file - * @author Konstantin Shishkov - */ #ifndef AVCODEC_TIFF_H #define AVCODEC_TIFF_H +/** + * @file + * TIFF tables + * + * For more information about the TIFF format, check the official docs at: + * http://partners.adobe.com/public/developer/tiff/index.html + */ + #include /** abridged list of TIFF tags */