Go to the source code of this file.
      
        
          | AVFILTER_DEFINE_CLASS  | 
          ( | 
          detelecine  | 
           | ) | 
           | 
        
      
 
 
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},
 
    {
"start_frame", 
"position of first frame with respect to the pattern if stream is cut", 
OFFSET(start_frame), 
AV_OPT_TYPE_INT, {.i64=0}, 0, 13, 
FLAGS},
 
}
static int first_field(const struct video_data *s)
 
 
Definition at line 60 of file vf_detelecine.c.
 
 
Initial value:= {
    {
        .name          = "default",
    },
}
static int config_input(AVFilterLink *inlink)
 
static int filter_frame(AVFilterLink *inlink, AVFrame *inpicref)
 
 
Definition at line 357 of file vf_detelecine.c.
 
 
Initial value:= {
    {
        .name          = "default",
    },
}
static int config_output(AVFilterLink *outlink)
 
 
Definition at line 367 of file vf_detelecine.c.
 
 
Initial value:= {
    .name          = "detelecine",
    .priv_class    = &detelecine_class,
}
static av_cold void uninit(AVFilterContext *ctx)
 
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
 
static av_cold int init(AVFilterContext *ctx)
 
static const AVFilterPad outputs[]
 
static const AVFilterPad inputs[]
 
static const AVFilterPad detelecine_inputs[]
 
static const AVFilterPad detelecine_outputs[]
 
static int query_formats(AVFilterContext *ctx)
 
 
Definition at line 376 of file vf_detelecine.c.