Go to the source code of this file.
AVFILTER_DEFINE_CLASS |
( |
telecine |
| ) |
|
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.
Initial value:= {
{
.name = "default",
},
}
static int config_input(AVFilterLink *inlink)
static int filter_frame(AVFilterLink *inlink, AVFrame *inpicref)
Definition at line 264 of file vf_telecine.c.
Initial value:= {
{
.name = "default",
},
}
static int config_output(AVFilterLink *outlink)
Definition at line 274 of file vf_telecine.c.
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 outputs[]
static const AVFilterPad inputs[]
static const AVFilterPad telecine_inputs[]
static av_cold void uninit(AVFilterContext *ctx)
static int query_formats(AVFilterContext *ctx)
Definition at line 283 of file vf_telecine.c.