diff options
Diffstat (limited to 'libavcodec/lzw.h')
-rw-r--r-- | libavcodec/lzw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/lzw.h b/libavcodec/lzw.h index d7690cc71b..76a5b6752e 100644 --- a/libavcodec/lzw.h +++ b/libavcodec/lzw.h @@ -21,7 +21,7 @@ */ /** - * @file libavcodec/lzw.h + * @file * @brief LZW decoding routines * @author Fabrice Bellard * Modified for use in TIFF by Konstantin Shishkov |