comparison faxcompr.h @ 10304:370d05e51d90 libavcodec

Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of them will be decoded correctly. This fixes issue 1423.
author kostya
date Mon, 28 Sep 2009 05:17:20 +0000
parents e9d9d946f213
children 86fadefa1143
comparison
equal deleted inserted replaced
10303:8a49525f2b1e 10304:370d05e51d90
38 /** 38 /**
39 * unpack data compressed with CCITT Group 3 1/2-D or Group 4 method 39 * unpack data compressed with CCITT Group 3 1/2-D or Group 4 method
40 */ 40 */
41 int ff_ccitt_unpack(AVCodecContext *avctx, 41 int ff_ccitt_unpack(AVCodecContext *avctx,
42 const uint8_t *src, int srcsize, 42 const uint8_t *src, int srcsize,
43 uint8_t *dst, int height, int stride, enum TiffCompr compr); 43 uint8_t *dst, int height, int stride, enum TiffCompr compr, int opts);
44 44
45 #endif /* AVCODEC_FAXCOMPR_H */ 45 #endif /* AVCODEC_FAXCOMPR_H */