From 1e97700fbaecc0262f654e0c8f75ee32590d721b Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Mon, 9 May 2011 19:21:26 +0200 Subject: [PATCH] tiff: remove duplicated author information, fix @file doxy --- libavcodec/tiff.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c index d43999b2f06..09e9564c50c 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 -- 2.39.5