CDToons video decoder.
More...
#include <stdint.h>
#include "libavutil/attributes.h"
#include "libavutil/internal.h"
#include "avcodec.h"
#include "bytestream.h"
#include "internal.h"
Go to the source code of this file.
CDToons video decoder.
- Author
- Alyssa Milburn amilb.nosp@m.urn@.nosp@m.zall..nosp@m.org
Definition in file cdtoons.c.
#define CDTOONS_HEADER_SIZE 44 |
#define CDTOONS_MAX_SPRITES 1200 |
Initial value:= {
.name = "cdtoons",
}
static void flush(AVCodecContext *avctx)
static av_cold int init(AVCodecContext *avctx)
static av_cold int cdtoons_decode_end(AVCodecContext *avctx)
static void decode(AVCodecContext *dec_ctx, AVPacket *pkt, AVFrame *frame, FILE *outfile)
#define FF_CODEC_CAP_INIT_THREADSAFE
The codec does not modify any global variables in the init function, allowing to call the init functi...
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static void cdtoons_flush(AVCodecContext *avctx)
static int cdtoons_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
static av_cold int cdtoons_decode_init(AVCodecContext *avctx)
Definition at line 445 of file cdtoons.c.