Go to the source code of this file.
      
        
          | AVFILTER_DEFINE_CLASS | ( | asyncts |  | ) |  | 
      
 
 
Initial value:= {
    { "min_delta",  "Minimum difference between timestamps and audio data "
                    "(in seconds) to trigger padding/trimmin the data.",        
OFFSET(min_delta_sec), 
AV_OPT_TYPE_FLOAT, { .dbl = 0.1 }, 0, INT_MAX, 
A|
F },
 
    { 
"max_comp",   
"Maximum compensation in samples per second.",              
OFFSET(max_comp),      
AV_OPT_TYPE_INT,   { .i64 = 500 }, 0, INT_MAX, 
A|
F },
}
static int resample(ResampleContext *c, void *dst, const void *src, int *consumed, int src_size, int dst_size, int update_ctx, int nearest_neighbour)
#define AV_NOPTS_VALUE
Undefined timestamp value. 
Definition at line 55 of file af_asyncts.c.
 
 
Initial value:= {
    {
        .name          = "default",
    },
}
static int filter_frame(AVFilterLink *inlink, AVFrame *buf)
Definition at line 295 of file af_asyncts.c.
 
 
Initial value:= {
    {
        .name          = "default",
    },
}
static int request_frame(AVFilterLink *link)
static int config_props(AVFilterLink *link)
Definition at line 304 of file af_asyncts.c.
 
 
Initial value:= {
    .name        = "asyncts",
    .priv_class  = &asyncts_class,
}
static const AVFilterPad avfilter_af_asyncts_inputs[]
static const AVFilterPad outputs[]
static av_cold int init(AVFilterContext *ctx)
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 const AVFilterPad inputs[]
static const AVFilterPad avfilter_af_asyncts_outputs[]
Definition at line 314 of file af_asyncts.c.