Go to the source code of this file.
Initial value:= {
.class_name = "hwdownload",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
Definition at line 182 of file vf_hwdownload.c.
Initial value:= {
{
.name = "default",
},
}
static int hwdownload_filter_frame(AVFilterLink *link, AVFrame *input)
static int hwdownload_config_input(AVFilterLink *inlink)
Definition at line 189 of file vf_hwdownload.c.
Initial value:= {
{
.name = "default",
},
}
static int hwdownload_config_output(AVFilterLink *outlink)
Definition at line 199 of file vf_hwdownload.c.
Initial value:= {
.name = "hwdownload",
}
static av_cold void hwdownload_uninit(AVFilterContext *avctx)
#define FF_FILTER_FLAG_HWFRAME_AWARE
The filter is aware of hardware frames, and any hardware frame context should not be automatically pr...
static const AVFilterPad hwdownload_inputs[]
static const AVClass hwdownload_class
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVFilterPad inputs[]
static const AVFilterPad outputs[]
static const AVFilterPad hwdownload_outputs[]
static int hwdownload_query_formats(AVFilterContext *avctx)
Definition at line 208 of file vf_hwdownload.c.