Go to the source code of this file.
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 |
Initial value:= {
.name = "pcx",
}
static av_cold int pcx_init(AVCodecContext *avctx)
static av_cold int pcx_end(AVCodecContext *avctx)
static int decode(MimicContext *ctx, int quality, int num_coeffs, int is_iframe)
static int pcx_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
static int init(AVCodecParserContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
struct PCXContext PCXContext
static void close(AVCodecParserContext *s)
Definition at line 267 of file pcx.c.