Libav
|
#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 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 void | pcx_palette (const uint8_t **src, uint32_t *dst, unsigned int pallen) |
static int | pcx_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
Variables | |
AVCodec | ff_pcx_decoder |
Definition at line 62 of file pcx.c.
Referenced by pcx_decode_frame().
|
static |
AVCodec ff_pcx_decoder |