diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-05-09 19:21:26 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-05-11 00:03:18 +0200 |
commit | 1e97700fbaecc0262f654e0c8f75ee32590d721b (patch) | |
tree | e674c0a821759c55414ac4aa3eeec1c70fa01df2 /libavcodec | |
parent | 687ff547fcdbf167c49be19332b188c5bd204562 (diff) | |
download | ffmpeg-1e97700fbaecc0262f654e0c8f75ee32590d721b.tar.gz |
tiff: remove duplicated author information, fix @file doxy
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/tiff.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c index d43999b2f0..09e9564c50 100644 --- a/libavcodec/tiff.c +++ b/libavcodec/tiff.c @@ -1,5 +1,4 @@ /* - * TIFF image decoder * Copyright (c) 2006 Konstantin Shishkov * * This file is part of FFmpeg. @@ -20,9 +19,8 @@ */ /** - * TIFF image decoder * @file - * @author Konstantin Shishkov + * TIFF image decoder */ #include "avcodec.h" #if CONFIG_ZLIB |