Go to the source code of this file.
◆ decode_init()
◆ decode_frame()
◆ frwu_options
Initial value:= {
}
#define AV_OPT_FLAG_DECODING_PARAM
A generic parameter which can be set by the user for demuxing or decoding.
#define AV_OPT_FLAG_VIDEO_PARAM
@ AV_OPT_TYPE_BOOL
Underlying C type is int.
Definition at line 102 of file frwu.c.
◆ frwu_class
Initial value:= {
.class_name = "frwu Decoder",
}
static const AVOption frwu_options[]
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
Definition at line 108 of file frwu.c.
◆ ff_frwu_decoder
Initial value:= {
.p.name = "frwu",
}
#define FF_CODEC_DECODE_CB(func)
#define CODEC_LONG_NAME(str)
int(* init)(AVBSFContext *ctx)
static const AVClass frwu_class
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
static av_cold int decode_init(AVCodecContext *avctx)
static int decode_frame(AVCodecContext *avctx, AVFrame *picture, int *got_frame, AVPacket *avpkt)
Definition at line 115 of file frwu.c.