Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ HintModes
| Enumerator |
|---|
| ABSOLUTE_HINT | |
| RELATIVE_HINT | |
| PATTERN_HINT | |
| NB_HINTS | |
Definition at line 32 of file vf_fieldhint.c.
◆ AVFILTER_DEFINE_CLASS()
| AVFILTER_DEFINE_CLASS |
( |
fieldhint | | ) |
|
◆ init()
◆ query_formats()
◆ config_input()
◆ filter_frame()
◆ request_frame()
◆ uninit()
◆ fieldhint_options
Initial value:= {
}
mode
Use these values in ebur128_init (or'ed).
@ AV_OPT_TYPE_CONST
Special option type for declaring named constants.
@ AV_OPT_TYPE_INT
Underlying C type is int.
@ AV_OPT_TYPE_STRING
Underlying C type is a uint8_t* that is either NULL or points to a C string allocated with the av_mal...
Definition at line 58 of file vf_fieldhint.c.
◆ inputs
Initial value:= {
{
.name = "default",
},
}
static int config_input(AVFilterLink *inlink)
static int filter_frame(DBEDecodeContext *s, AVFrame *frame)
Definition at line 299 of file vf_fieldhint.c.
◆ outputs
Initial value:= {
{
.name = "default",
},
}
static int request_frame(AVFilterLink *outlink)
Definition at line 308 of file vf_fieldhint.c.
◆ ff_vf_fieldhint
Initial value:= {
.p.name = "fieldhint",
.p.priv_class = &fieldhint_class,
}
static int query_formats(const AVFilterContext *ctx, AVFilterFormatsConfig **cfg_in, AVFilterFormatsConfig **cfg_out)
static const AVFilterPad inputs[]
static const AVFilterPad outputs[]
int(* init)(AVBSFContext *ctx)
static av_cold void uninit(AVBitStreamFilterContext *ctx)
#define FILTER_INPUTS(array)
#define FILTER_OUTPUTS(array)
#define FILTER_QUERY_FUNC2(func)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition at line 316 of file vf_fieldhint.c.