FFmpeg
|
#include "libavutil/imgutils.h"
#include "avcodec.h"
#include "bytestream.h"
#include "get_bits.h"
#include "internal.h"
Go to the source code of this file.
Functions | |
static void | pcx_rle_decode (GetByteContext *gb, uint8_t *dst, unsigned int bytes_per_scanline, int compressed) |
static void | pcx_palette (GetByteContext *gb, uint32_t *dst, int pallen) |
static int | pcx_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
Variables | |
AVCodec | ff_pcx_decoder |
|
static |
Definition at line 31 of file pcx.c.
Referenced by pcx_decode_frame().
|
static |
Definition at line 55 of file pcx.c.
Referenced by pcx_decode_frame().
|
static |
AVCodec ff_pcx_decoder |