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