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 | ExtraStereoContext |
Macros | |
#define | OFFSET(x) offsetof(ExtraStereoContext, x) |
#define | A AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
Functions | |
AVFILTER_DEFINE_CLASS (extrastereo) | |
static int | query_formats (AVFilterContext *ctx) |
static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
Variables | |
static const AVOption | extrastereo_options [] |
static const AVFilterPad | inputs [] |
static const AVFilterPad | outputs [] |
AVFilter | ff_af_extrastereo |
#define OFFSET | ( | x | ) | offsetof(ExtraStereoContext, x) |
Definition at line 33 of file af_extrastereo.c.
Definition at line 34 of file af_extrastereo.c.
AVFILTER_DEFINE_CLASS | ( | extrastereo | ) |
|
static |
Definition at line 44 of file af_extrastereo.c.
|
static |
Definition at line 60 of file af_extrastereo.c.
|
static |
Definition at line 36 of file af_extrastereo.c.
|
static |
Definition at line 106 of file af_extrastereo.c.
|
static |
Definition at line 115 of file af_extrastereo.c.
AVFilter ff_af_extrastereo |
Definition at line 123 of file af_extrastereo.c.