diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-05-09 19:19:04 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-05-11 00:03:11 +0200 |
commit | 687ff547fcdbf167c49be19332b188c5bd204562 (patch) | |
tree | ea211fdde9f5082ed65804f064c5135452189acb | |
parent | b50217f6f7fa9c44f7f130661b3afd415a39200d (diff) | |
download | ffmpeg-687ff547fcdbf167c49be19332b188c5bd204562.tar.gz |
tiff: perform minor cleanups in the header
Add link to official specifications, remove author duplication and
others.
-rw-r--r-- | libavcodec/tiff.h | 12 |
1 files changed, 7 insertions, 5 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,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> |