FFmpeg
|
#include "libavutil/channel_layout.h"
#include "libavutil/mem.h"
#include "libavutil/opt.h"
#include "avfilter.h"
#include "audio.h"
#include "filters.h"
Go to the source code of this file.
Data Structures | |
struct | DeesserChannel |
struct | DeesserContext |
Macros | |
#define | OFFSET(x) offsetof(DeesserContext, x) |
#define | A AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
Enumerations | |
enum | OutModes { IN_MODE, DESIRED_MODE, OUT_MODE, NOISE_MODE, ERROR_MODE, NB_OMODES, IN_MODE, OUT_MODE, NOISE_MODE, NB_MODES, IN_MODE, OUT_MODE, NOISE_MODE, NB_MODES, IN_MODE, DESIRED_MODE, OUT_MODE, NOISE_MODE, ERROR_MODE, NB_OMODES, IN_MODE, DESIRED_MODE, OUT_MODE, NOISE_MODE, ERROR_MODE, NB_OMODES, IN_MODE, OUT_MODE, ESS_MODE, NB_MODES } |
Functions | |
AVFILTER_DEFINE_CLASS (deesser) | |
static int | config_input (AVFilterLink *inlink) |
static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
static av_cold void | uninit (AVFilterContext *ctx) |
Variables | |
static const AVOption | deesser_options [] |
static const AVFilterPad | inputs [] |
const AVFilter | ff_af_deesser |
#define OFFSET | ( | x | ) | offsetof(DeesserContext, x) |
Definition at line 56 of file af_deesser.c.
Definition at line 57 of file af_deesser.c.
enum OutModes |
Definition at line 49 of file af_deesser.c.
AVFILTER_DEFINE_CLASS | ( | deesser | ) |
|
static |
Definition at line 72 of file af_deesser.c.
|
static |
Definition at line 90 of file af_deesser.c.
|
static |
Definition at line 181 of file af_deesser.c.
|
static |
Definition at line 59 of file af_deesser.c.
|
static |
Definition at line 188 of file af_deesser.c.
const AVFilter ff_af_deesser |
Definition at line 197 of file af_deesser.c.