FFmpeg
|
#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.
Data Structures | |
struct | LibRSVGContext |
Macros | |
#define | OFFSET(x) offsetof(LibRSVGContext, x) |
#define | DEC (AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_VIDEO_PARAM) |
Functions | |
static int | librsvg_decode_frame (AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *pkt) |
Variables | |
static const AVOption | options [] |
static const AVClass | librsvg_decoder_class |
const FFCodec | ff_librsvg_decoder |
#define OFFSET | ( | x | ) | offsetof(LibRSVGContext, x) |
Definition at line 148 of file librsvgdec.c.
#define DEC (AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_VIDEO_PARAM) |
Definition at line 149 of file librsvgdec.c.
|
static |
Definition at line 36 of file librsvgdec.c.
|
static |
Definition at line 150 of file librsvgdec.c.
|
static |
Definition at line 157 of file librsvgdec.c.
const FFCodec ff_librsvg_decoder |
Definition at line 164 of file librsvgdec.c.