#include "avcodec.h"
#include "codec_internal.h"
#include "decode.h"
#include "libavutil/opt.h"
#include "librsvg-2.0/librsvg/rsvg.h"
Go to the source code of this file.
◆ OFFSET
◆ DEC
◆ librsvg_decode_frame()
◆ options
Initial value:= {
}
@ AV_OPT_TYPE_INT
Underlying C type is int.
@ AV_OPT_TYPE_BOOL
Underlying C type is int.
Definition at line 150 of file librsvgdec.c.
◆ librsvg_decoder_class
| const AVClass librsvg_decoder_class |
|
static |
Initial value:= {
.class_name = "Librsvg",
}
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
Definition at line 157 of file librsvgdec.c.
◆ ff_librsvg_decoder
Initial value:= {
.p.name = "librsvg",
.p.wrapper_name = "librsvg",
}
#define FF_CODEC_DECODE_CB(func)
#define CODEC_LONG_NAME(str)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
static const AVClass librsvg_decoder_class
static int librsvg_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *pkt)
Definition at line 164 of file librsvgdec.c.