FFmpeg
|
#include "libavutil/channel_layout.h"
#include "libavutil/opt.h"
#include "avfilter.h"
#include "audio.h"
#include "formats.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, OUT_MODE, NOISE_MODE, NB_MODES, IN_MODE, OUT_MODE, NOISE_MODE, NB_MODES, IN_MODE, DESIRED_MODE, OUT_MODE, NOISE_MODE, NB_OMODES, IN_MODE, OUT_MODE, ESS_MODE, NB_MODES } |
Functions | |
AVFILTER_DEFINE_CLASS (deesser) | |
static int | query_formats (AVFilterContext *ctx) |
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 [] |
static const AVFilterPad | outputs [] |
AVFilter | ff_af_deesser |
#define OFFSET | ( | x | ) | offsetof(DeesserContext, x) |
Definition at line 55 of file af_deesser.c.
Definition at line 56 of file af_deesser.c.
enum OutModes |
Enumerator | |
---|---|
IN_MODE | |
OUT_MODE | |
NOISE_MODE | |
NB_MODES | |
IN_MODE | |
OUT_MODE | |
NOISE_MODE | |
NB_MODES | |
IN_MODE | |
DESIRED_MODE | |
OUT_MODE | |
NOISE_MODE | |
NB_OMODES | |
IN_MODE | |
OUT_MODE | |
ESS_MODE | |
NB_MODES |
Definition at line 48 of file af_deesser.c.
AVFILTER_DEFINE_CLASS | ( | deesser | ) |
|
static |
Definition at line 71 of file af_deesser.c.
|
static |
Definition at line 100 of file af_deesser.c.
|
static |
Definition at line 118 of file af_deesser.c.
|
static |
Definition at line 209 of file af_deesser.c.
|
static |
Definition at line 58 of file af_deesser.c.
|
static |
Definition at line 216 of file af_deesser.c.
|
static |
Definition at line 226 of file af_deesser.c.
AVFilter ff_af_deesser |
Definition at line 234 of file af_deesser.c.