FFmpeg
|
#include "libavutil/imgutils.h"
#include "libavutil/mem.h"
#include "avcodec.h"
#include "bytestream.h"
#include "cga_data.h"
#include "codec_internal.h"
#include "decode.h"
Go to the source code of this file.
Data Structures | |
struct | PicContext |
Functions | |
static void | picmemset_8bpp (PicContext *s, AVFrame *frame, int value, int run, int *x, int *y) |
static void | picmemset (PicContext *s, AVFrame *frame, unsigned value, int run, int *x, int *y, int *plane, int bits_per_plane) |
static int | decode_frame (AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) |
Variables | |
static const uint8_t | cga_mode45_index [6][4] |
const FFCodec | ff_pictor_decoder |
Pictor/PC Paint decoder
Definition in file pictordec.c.
|
static |
Definition at line 41 of file pictordec.c.
Referenced by decode_frame().
|
static |
Definition at line 62 of file pictordec.c.
Referenced by decode_frame().
|
static |
Definition at line 123 of file pictordec.c.
|
static |
Definition at line 114 of file pictordec.c.
Referenced by decode_frame().
const FFCodec ff_pictor_decoder |
Definition at line 304 of file pictordec.c.