Browse code

tiff: remove duplicated author information, fix @file doxy

Stefano Sabatini authored on 2011/05/10 02:21:26
Showing 1 changed files
... ...
@@ -1,5 +1,4 @@
1 1
 /*
2
- * TIFF image decoder
3 2
  * Copyright (c) 2006 Konstantin Shishkov
4 3
  *
5 4
  * This file is part of FFmpeg.
... ...
@@ -20,9 +19,8 @@
20 20
  */
21 21
 
22 22
 /**
23
- * TIFF image decoder
24 23
  * @file
25
- * @author Konstantin Shishkov
24
+ * TIFF image decoder
26 25
  */
27 26
 #include "avcodec.h"
28 27
 #if CONFIG_ZLIB