FFmpeg
|
#include "libavutil/channel_layout.h"
#include "libavutil/opt.h"
#include "avfilter.h"
#include "audio.h"
#include "filters.h"
#include "formats.h"
Go to the source code of this file.
Data Structures | |
struct | ExtraStereoContext |
Macros | |
#define | OFFSET(x) offsetof(ExtraStereoContext, x) |
#define | A AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_RUNTIME_PARAM |
Functions | |
AVFILTER_DEFINE_CLASS (extrastereo) | |
static int | query_formats (const AVFilterContext *ctx, AVFilterFormatsConfig **cfg_in, AVFilterFormatsConfig **cfg_out) |
static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
Variables | |
static const AVOption | extrastereo_options [] |
static const AVFilterPad | inputs [] |
const AVFilter | ff_af_extrastereo |
#define OFFSET | ( | x | ) | offsetof(ExtraStereoContext, x) |
Definition at line 34 of file af_extrastereo.c.
Definition at line 35 of file af_extrastereo.c.
AVFILTER_DEFINE_CLASS | ( | extrastereo | ) |
|
static |
Definition at line 45 of file af_extrastereo.c.
|
static |
Definition at line 71 of file af_extrastereo.c.
|
static |
Definition at line 37 of file af_extrastereo.c.
|
static |
Definition at line 117 of file af_extrastereo.c.
const AVFilter ff_af_extrastereo |
Definition at line 125 of file af_extrastereo.c.