Go to the source code of this file.
Typedef Documentation
Function Documentation
Definition at line 83 of file pcx.c.
Definition at line 35 of file pcx.c.
static void pcx_palette |
( |
const uint8_t ** |
src, |
|
|
uint32_t * |
dst, |
|
|
unsigned int |
pallen |
|
) |
| |
|
static |
static const uint8_t* pcx_rle_decode |
( |
const uint8_t * |
src, |
|
|
const uint8_t * |
end, |
|
|
uint8_t * |
dst, |
|
|
unsigned int |
bytes_per_scanline, |
|
|
int |
compressed |
|
) |
| |
|
static |
Variable Documentation
Initial value: {
.name = "pcx",
.capabilities = CODEC_CAP_DR1,
}
Definition at line 267 of file pcx.c.