FFmpeg
|
faxcompr.h File Reference
CCITT Fax Group 3 and 4 decompression. More...
Include dependency graph for faxcompr.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | ff_ccitt_unpack_init (void) |
initialize upacker code More... | |
int | ff_ccitt_unpack (AVCodecContext *avctx, const uint8_t *src, int srcsize, uint8_t *dst, int height, int stride, enum TiffCompr compr, int opts) |
unpack data compressed with CCITT Group 3 1/2-D or Group 4 method More... | |
Detailed Description
CCITT Fax Group 3 and 4 decompression.
Definition in file faxcompr.h.
Function Documentation
int ff_ccitt_unpack | ( | AVCodecContext * | avctx, |
const uint8_t * | src, | ||
int | srcsize, | ||
uint8_t * | dst, | ||
int | height, | ||
int | stride, | ||
enum TiffCompr | compr, | ||
int | opts | ||
) |
unpack data compressed with CCITT Group 3 1/2-D or Group 4 method
Definition at line 277 of file faxcompr.c.
Referenced by tiff_unpack_strip().
Generated on Mon Nov 18 2024 06:52:06 for FFmpeg by 1.8.11