summaryrefslogtreecommitdiff
path: root/libavcodec/faxcompr.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/faxcompr.h')
-rw-r--r--libavcodec/faxcompr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/faxcompr.h b/libavcodec/faxcompr.h
index 5f0a222e72..2f7926c05b 100644
--- a/libavcodec/faxcompr.h
+++ b/libavcodec/faxcompr.h
@@ -40,6 +40,6 @@ void ff_ccitt_unpack_init(void);
*/
int ff_ccitt_unpack(AVCodecContext *avctx,
const uint8_t *src, int srcsize,
- uint8_t *dst, int height, int stride, enum TiffCompr compr);
+ uint8_t *dst, int height, int stride, enum TiffCompr compr, int opts);
#endif /* AVCODEC_FAXCOMPR_H */