mirror of https://git.ffmpeg.org/ffmpeg.git
tiff: perform minor cleanups in the header
Add link to official specifications, remove author duplication and others.
This commit is contained in:
parent
b50217f6f7
commit
687ff547fc
|
@ -1,5 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* TIFF tables
|
|
||||||
* Copyright (c) 2006 Konstantin Shishkov
|
* Copyright (c) 2006 Konstantin Shishkov
|
||||||
*
|
*
|
||||||
* This file is part of FFmpeg.
|
* This file is part of FFmpeg.
|
||||||
|
@ -19,14 +18,17 @@
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
* TIFF tables
|
|
||||||
* @file
|
|
||||||
* @author Konstantin Shishkov
|
|
||||||
*/
|
|
||||||
#ifndef AVCODEC_TIFF_H
|
#ifndef AVCODEC_TIFF_H
|
||||||
#define 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 <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
/** abridged list of TIFF tags */
|
/** abridged list of TIFF tags */
|
||||||
|
|
Loading…
Reference in New Issue