Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
setrange |
| ) |
|
◆ filter_frame()
◆ setrange_options
Initial value:= {
}
the normal 2^n-1 "JPEG" YUV ranges
the normal 219*2^(n-8) "MPEG" YUV ranges
Definition at line 33 of file vf_setparams.c.
◆ inputs
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
Definition at line 59 of file vf_setparams.c.
◆ outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 68 of file vf_setparams.c.
◆ ff_vf_setrange
Initial value:= {
.name = "setrange",
.priv_class = &setrange_class,
}
static const AVFilterPad inputs[]
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVFilterPad outputs[]
Definition at line 76 of file vf_setparams.c.