FFmpeg
Classes | Typedefs | Variables
pictordec.c File Reference

Pictor/PC Paint decoder. More...

#include "libavutil/imgutils.h"
#include "avcodec.h"
#include "bytestream.h"
#include "cga_data.h"
#include "internal.h"

Classes

struct  PicContext
 

Typedefs

typedef struct PicContext PicContext
 

Variables

AVCodec ff_pictor_decoder
 

Detailed Description

Pictor/PC Paint decoder.

Variable Documentation

§ ff_pictor_decoder

AVCodec ff_pictor_decoder
Initial value:
= {
.name = "pictor",
.long_name = NULL_IF_CONFIG_SMALL("Pictor/PC Paint"),
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_PICTOR,
.priv_data_size = sizeof(PicContext),
.decode = decode_frame,
.capabilities = AV_CODEC_CAP_DR1,
}
Definition: pictordec.c:33
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
Definition: avcodec.h:959