Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
telecine |
| ) |
|
◆ init()
◆ query_formats()
◆ config_input()
◆ config_output()
◆ filter_frame()
◆ uninit()
◆ telecine_options
Initial value:= {
{
"pattern",
"pattern that describe for how many fields a frame is to be displayed",
OFFSET(pattern),
AV_OPT_TYPE_STRING, {.str=
"23"}, 0, 0,
FLAGS},
}
static int first_field(const struct video_data *s)
Definition at line 59 of file vf_telecine.c.
◆ telecine_inputs
Initial value:= {
{
.name = "default",
},
}
static int config_input(AVFilterLink *inlink)
static int filter_frame(AVFilterLink *inlink, AVFrame *inpicref)
Definition at line 266 of file vf_telecine.c.
◆ telecine_outputs
Initial value:= {
{
.name = "default",
},
}
static int config_output(AVFilterLink *outlink)
Definition at line 276 of file vf_telecine.c.
◆ ff_vf_telecine
Initial value:= {
.name = "telecine",
.priv_class = &telecine_class,
}
static const AVFilterPad telecine_outputs[]
static av_cold int init(AVFilterContext *ctx)
#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 telecine_inputs[]
static av_cold void uninit(AVFilterContext *ctx)
static int query_formats(AVFilterContext *ctx)
Definition at line 285 of file vf_telecine.c.