]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/lzw.h
flvdec: Fix compiler warning for uninitialized variables
[ffmpeg] / libavcodec / lzw.h
index d1efdaf131bd90c3752d0134cd6e30e7e3e20b84..ab782f521904f0eafc96e582982596b1873e3df4 100644 (file)
@@ -24,7 +24,7 @@
  * @file
  * @brief LZW decoding routines
  * @author Fabrice Bellard
- * Modified for use in TIFF by Konstantin Shishkov
+ * @author modified for use in TIFF by Konstantin Shishkov
  */
 
 #ifndef AVCODEC_LZW_H