#include "avcodec.h"
#include "internal.h"
#include "libavutil/opt.h"
#include "librsvg-2.0/librsvg/rsvg.h"
Go to the source code of this file.
const AVClass librsvg_decoder_class |
|
static |
Initial value:= {
.class_name = "Librsvg",
}
#define LIBAVUTIL_VERSION_INT
static const AVOption options[]
Definition at line 111 of file librsvgdec.c.
Initial value:= {
.name = "librsvg",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVClass librsvg_decoder_class
#define AV_CODEC_CAP_LOSSLESS
Codec is lossless.
static int librsvg_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *pkt)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
Definition at line 118 of file librsvgdec.c.