Go to the source code of this file.
Initial value:= {
.class_name = "asyncts filter",
}
static const AVOption options[]
Definition at line 59 of file af_asyncts.c.
Referenced by init().
Initial value:= {
.name = "asyncts",
}
static const AVFilterPad avfilter_af_asyncts_inputs[]
static const AVFilterPad outputs[]
struct ASyncContext ASyncContext
static int init(AVFilterContext *ctx, const char *args)
static 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 308 of file af_asyncts.c.
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(AVFilterLink *inlink, AVFilterBufferRef *buf)
Definition at line 289 of file af_asyncts.c.
Initial value:= {
{
.name = "default",
},
}
static int request_frame(AVFilterLink *link)
static int config_props(AVFilterLink *link)
Definition at line 298 of file af_asyncts.c.
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 },
{
"max_comp",
"Maximum compensation in samples per second.",
OFFSET(max_comp),
AV_OPT_TYPE_INT, { .i64 = 500 }, 0, INT_MAX,
A },
}
static int resample(ResampleContext *c, void *dst, const void *src, int *consumed, int src_size, int dst_size, int update_ctx)
Definition at line 50 of file af_asyncts.c.