Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
qp |
| ) |
|
◆ config_input()
◆ filter_frame()
◆ qp_options
Initial value:
Definition at line 42 of file vf_qp.c.
◆ qp_inputs
Initial value:= {
{
.name = "default",
},
}
static int config_input(AVFilterLink *inlink)
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
Definition at line 157 of file vf_qp.c.
◆ qp_outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 167 of file vf_qp.c.
◆ ff_vf_qp
Initial value:= {
.name = "qp",
.priv_class = &qp_class,
}
static const AVFilterPad qp_outputs[]
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVFilterPad qp_inputs[]
static const AVFilterPad inputs[]
static const AVFilterPad outputs[]
#define AVFILTER_FLAG_SUPPORT_TIMELINE_INTERNAL
Same as AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC, except that the filter will have its filter_frame() c...
Definition at line 175 of file vf_qp.c.