#include "libavutil/mem.h"
#include "avcodec.h"
#include "bytestream.h"
#include "codec_internal.h"
#include "decode.h"
#include "get_bits.h"
Go to the source code of this file.
◆ PCX_HEADER_SIZE
#define PCX_HEADER_SIZE 128 |
Definition at line 32 of file pcx.c.
◆ pcx_rle_decode()
static int pcx_rle_decode |
( |
GetByteContext * |
gb, |
|
|
uint8_t * |
dst, |
|
|
unsigned int |
bytes_per_scanline, |
|
|
int |
compressed |
|
) |
| |
|
static |
◆ pcx_palette()
static void pcx_palette |
( |
GetByteContext * |
gb, |
|
|
uint32_t * |
dst, |
|
|
int |
pallen |
|
) |
| |
|
static |
◆ pcx_decode_frame()
Definition at line 73 of file pcx.c.
◆ ff_pcx_decoder
Initial value:
Definition at line 253 of file pcx.c.