#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 |
◆ 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:= {
.p.name = "pcx",
}
#define FF_CODEC_DECODE_CB(func)
#define CODEC_LONG_NAME(str)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
static int pcx_decode_frame(AVCodecContext *avctx, AVFrame *p, int *got_frame, AVPacket *avpkt)
Definition at line 253 of file pcx.c.