]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/faxcompr.h
adx: Convert to the new bitstream reader
[ffmpeg] / libavcodec / faxcompr.h
index 4742d15e59b48412acd669de57a56d032cdbcdcb..0a8b64de8bbbf2addd28a65dd0e75b9180f9e50b 100644 (file)
@@ -20,8 +20,8 @@
  */
 
 /**
- * CCITT Fax Group 3 and 4 decompression
  * @file
+ * CCITT Fax Group 3 and 4 decompression
  * @author Konstantin Shishkov
  */
 #ifndef AVCODEC_FAXCOMPR_H
@@ -31,7 +31,7 @@
 #include "tiff.h"
 
 /**
- * initialize upacker code
+ * initialize unpacker code
  */
 void ff_ccitt_unpack_init(void);