#include "libavutil/ffmath.h"
#include "libavutil/opt.h"
#include "avfilter.h"
#include "audio.h"
#include "filters.h"
Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ config_input()
◆ filter_frame()
◆ uninit()
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
adynamicsmooth |
| ) |
|
◆ adynamicsmooth_options
◆ inputs
◆ ff_af_adynamicsmooth
Initial value:= {
.name = "adynamicsmooth",
.priv_class = &adynamicsmooth_class,
}
Definition at line 124 of file af_adynamicsmooth.c.
int ff_filter_process_command(AVFilterContext *ctx, const char *cmd, const char *arg, char *res, int res_len, int flags)
Generic processing of user supplied commands that are set in the same way as the filter options.