FFmpeg
4.4
|
Go to the source code of this file.
Data Structures | |
struct | ASetRateContext |
Macros | |
#define | CONTEXT ASetRateContext |
#define | FLAGS AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
#define | OPT_GENERIC(name, field, def, min, max, descr, type, deffield, ...) |
#define | OPT_INT(name, field, def, min, max, descr, ...) OPT_GENERIC(name, field, def, min, max, descr, INT, i64, __VA_ARGS__) |
Functions | |
AVFILTER_DEFINE_CLASS (asetrate) | |
static av_cold int | query_formats (AVFilterContext *ctx) |
static av_cold int | config_props (AVFilterLink *outlink) |
static int | filter_frame (AVFilterLink *inlink, AVFrame *frame) |
Variables | |
static const AVOption | asetrate_options [] |
static const AVFilterPad | asetrate_inputs [] |
static const AVFilterPad | asetrate_outputs [] |
AVFilter | ff_af_asetrate |
#define CONTEXT ASetRateContext |
Definition at line 31 of file af_asetrate.c.
#define FLAGS AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
Definition at line 32 of file af_asetrate.c.
Definition at line 34 of file af_asetrate.c.
#define OPT_INT | ( | name, | |
field, | |||
def, | |||
min, | |||
max, | |||
descr, | |||
... | |||
) | OPT_GENERIC(name, field, def, min, max, descr, INT, i64, __VA_ARGS__) |
Definition at line 38 of file af_asetrate.c.
AVFILTER_DEFINE_CLASS | ( | asetrate | ) |
|
static |
Definition at line 49 of file af_asetrate.c.
|
static |
Definition at line 58 of file af_asetrate.c.
|
static |
Definition at line 78 of file af_asetrate.c.
|
static |
Definition at line 41 of file af_asetrate.c.
|
static |
Definition at line 91 of file af_asetrate.c.
|
static |
Definition at line 100 of file af_asetrate.c.
AVFilter ff_af_asetrate |
Definition at line 109 of file af_asetrate.c.