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 | StereoWidenContext |
Macros | |
#define | OFFSET(x) offsetof(StereoWidenContext, x) |
#define | A AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
#define | AT AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_RUNTIME_PARAM |
Functions | |
AVFILTER_DEFINE_CLASS (stereowiden) | |
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 | stereowiden_options [] |
static const AVFilterPad | inputs [] |
static const AVFilterPad | outputs [] |
const AVFilter | ff_af_stereowiden |
#define OFFSET | ( | x | ) | offsetof(StereoWidenContext, x) |
Definition at line 41 of file af_stereowiden.c.
Definition at line 42 of file af_stereowiden.c.
Definition at line 43 of file af_stereowiden.c.
AVFILTER_DEFINE_CLASS | ( | stereowiden | ) |
|
static |
Definition at line 55 of file af_stereowiden.c.
|
static |
Definition at line 70 of file af_stereowiden.c.
|
static |
Definition at line 85 of file af_stereowiden.c.
|
static |
Definition at line 133 of file af_stereowiden.c.
|
static |
Definition at line 45 of file af_stereowiden.c.
|
static |
Definition at line 140 of file af_stereowiden.c.
|
static |
Definition at line 149 of file af_stereowiden.c.
const AVFilter ff_af_stereowiden |
Definition at line 156 of file af_stereowiden.c.