#include "libavutil/opt.h"
#include "audio.h"
#include "avfilter.h"
#include "internal.h"
#include "window_func.h"
 
Go to the source code of this file.
      
        
          | AVFILTER_DEFINE_CLASS  | 
          ( | 
          hilbert  | 
           | ) | 
           | 
        
      
 
 
Initial value:= {
    {
        .name          = "default",
    },
}
static int request_frame(AVFilterLink *outlink)
 
static av_cold int config_props(AVFilterLink *outlink)
 
 
Definition at line 179 of file asrc_hilbert.c.
 
 
Initial value:= {
    .name          = "hilbert",
    .priv_class    = &hilbert_class,
}
static av_cold void uninit(AVFilterContext *ctx)
 
static av_cold int query_formats(AVFilterContext *ctx)
 
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 hilbert_outputs[]
 
 
Definition at line 189 of file asrc_hilbert.c.