#include "libavutil/opt.h"
#include "avfilter.h"
#include "internal.h"
#include "video.h"
Go to the source code of this file.
◆ OFFSET
      
        
          | #define OFFSET | ( |  | x | ) | offsetof(FrameStepContext, x) | 
      
 
 
◆ FLAGS
◆ AVFILTER_DEFINE_CLASS()
      
        
          | AVFILTER_DEFINE_CLASS | ( | framestep |  | ) |  | 
      
 
 
◆ config_output_props()
◆ filter_frame()
◆ framestep_options
◆ framestep_inputs
Initial value:= {
    {
        .name         = "default",
    },
}
Definition at line 74 of file vf_framestep.c.
 
 
◆ framestep_outputs
Initial value:= {
    {
        .name         = "default",
    },
}
Definition at line 82 of file vf_framestep.c.
 
 
◆ ff_vf_framestep
Initial value:= {
    .name        = "framestep",
    .priv_size   = sizeof(FrameStepContext),
    .priv_class  = &framestep_class,
}
Definition at line 90 of file vf_framestep.c.