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