Go to the source code of this file.
      
        
          | #define MOD | 
          ( | 
            | 
          a,  | 
        
        
           | 
           | 
            | 
          b  | 
        
        
           | 
          ) | 
           |    (((a) >= (b)) ? (a) - (b) : (a)) | 
        
      
 
 
      
        
          | AVFILTER_DEFINE_CLASS  | 
          ( | 
          aecho  | 
           | ) | 
           | 
        
      
 
 
  
  
      
        
          | static void count_items  | 
          ( | 
          char *  | 
          item_str,  | 
         
        
           | 
           | 
          int *  | 
          nb_items  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | static void fill_items  | 
          ( | 
          char *  | 
          item_str,  | 
         
        
           | 
           | 
          int *  | 
          nb_items,  | 
         
        
           | 
           | 
          float *  | 
          items  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
Initial value:= {
    {
        .name         = "default",
    },
}
static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
 
 
Definition at line 336 of file af_aecho.c.
 
 
Initial value:= {
    {
        .name          = "default",
    },
}
static int request_frame(AVFilterLink *outlink)
 
static int config_output(AVFilterLink *outlink)
 
 
Definition at line 345 of file af_aecho.c.
 
 
Initial value:= {
    .name          = "aecho",
    .priv_class    = &aecho_class,
}
static av_cold void uninit(AVFilterContext *ctx)
 
static int query_formats(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 aecho_outputs[]
 
static av_cold int init(AVFilterContext *ctx)
 
static const AVFilterPad aecho_inputs[]
 
 
Definition at line 355 of file af_aecho.c.