]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/faxcompr.h
Re-add the list of parameters for the unsharp filter, I somehow lost
[ffmpeg] / libavcodec / faxcompr.h
index 2f7926c05b9dbc544cd2417f1ac8ca7e3237ba11..62f591ceee23aeff1aba3b44c52e90106077a738 100644 (file)
@@ -21,7 +21,7 @@
 
 /**
  * CCITT Fax Group 3 and 4 decompression
- * @file libavcodec/faxcompr.h
+ * @file
  * @author Konstantin Shishkov
  */
 #ifndef AVCODEC_FAXCOMPR_H
@@ -39,7 +39,8 @@ void ff_ccitt_unpack_init(void);
  * unpack data compressed with CCITT Group 3 1/2-D or Group 4 method
  */
 int ff_ccitt_unpack(AVCodecContext *avctx,
-                       const uint8_t *src, int srcsize,
-                       uint8_t *dst, int height, int stride, enum TiffCompr compr, int opts);
+                    const uint8_t *src, int srcsize,
+                    uint8_t *dst, int height, int stride,
+                    enum TiffCompr compr, int opts);
 
 #endif /* AVCODEC_FAXCOMPR_H */