FFmpeg
4.0
|
#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 | StereoToolsContext |
Macros | |
#define | OFFSET(x) offsetof(StereoToolsContext, x) |
#define | A AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
Functions | |
AVFILTER_DEFINE_CLASS (stereotools) | |
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 | stereotools_options [] |
static const AVFilterPad | inputs [] |
static const AVFilterPad | outputs [] |
AVFilter | ff_af_stereotools |
#define OFFSET | ( | x | ) | offsetof(StereoToolsContext, x) |
Definition at line 59 of file af_stereotools.c.
Definition at line 60 of file af_stereotools.c.
AVFILTER_DEFINE_CLASS | ( | stereotools | ) |
|
static |
Definition at line 100 of file af_stereotools.c.
|
static |
Definition at line 116 of file af_stereotools.c.
|
static |
Definition at line 137 of file af_stereotools.c.
|
static |
Definition at line 327 of file af_stereotools.c.
|
static |
Definition at line 62 of file af_stereotools.c.
|
static |
Definition at line 334 of file af_stereotools.c.
|
static |
Definition at line 344 of file af_stereotools.c.
AVFilter ff_af_stereotools |
Definition at line 352 of file af_stereotools.c.