Go to the source code of this file.
◆ hwdownload_query_formats()
◆ hwdownload_config_input()
◆ hwdownload_config_output()
| static int hwdownload_config_output |
( |
AVFilterLink * | outlink | ) |
|
|
static |
◆ hwdownload_filter_frame()
◆ hwdownload_uninit()
◆ hwdownload_class
Initial value:= {
.class_name = "hwdownload",
}
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
Definition at line 171 of file vf_hwdownload.c.
◆ hwdownload_inputs
Initial value:= {
{
.name = "default",
},
}
static int hwdownload_config_input(AVFilterLink *inlink)
static int hwdownload_filter_frame(AVFilterLink *link, AVFrame *input)
Definition at line 178 of file vf_hwdownload.c.
◆ hwdownload_outputs
Initial value:= {
{
.name = "default",
},
}
static int hwdownload_config_output(AVFilterLink *outlink)
Definition at line 187 of file vf_hwdownload.c.
◆ ff_vf_hwdownload
Initial value:= {
.p.name = "hwdownload",
}
#define FILTER_INPUTS(array)
#define FILTER_OUTPUTS(array)
#define FF_FILTER_FLAG_HWFRAME_AWARE
The filter is aware of hardware frames, and any hardware frame context should not be automatically pr...
#define FILTER_QUERY_FUNC2(func)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static const AVClass hwdownload_class
static const AVFilterPad hwdownload_outputs[]
static int hwdownload_query_formats(const AVFilterContext *avctx, AVFilterFormatsConfig **cfg_in, AVFilterFormatsConfig **cfg_out)
static av_cold void hwdownload_uninit(AVFilterContext *avctx)
static const AVFilterPad hwdownload_inputs[]
Definition at line 195 of file vf_hwdownload.c.