FFmpeg
|
#include "libavutil/channel_layout.h"
#include "libavutil/mem.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 | StereoToolsContext |
Macros | |
#define | OFFSET(x) offsetof(StereoToolsContext, x) |
#define | A AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_RUNTIME_PARAM |
Functions | |
AVFILTER_DEFINE_CLASS (stereotools) | |
static int | query_formats (const AVFilterContext *ctx, AVFilterFormatsConfig **cfg_in, AVFilterFormatsConfig **cfg_out) |
static int | config_input (AVFilterLink *inlink) |
static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
static int | process_command (AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags) |
static av_cold void | uninit (AVFilterContext *ctx) |
Variables | |
static const AVOption | stereotools_options [] |
static const AVFilterPad | inputs [] |
const AVFilter | ff_af_stereotools |
#define OFFSET | ( | x | ) | offsetof(StereoToolsContext, x) |
Definition at line 61 of file af_stereotools.c.
Definition at line 62 of file af_stereotools.c.
AVFILTER_DEFINE_CLASS | ( | stereotools | ) |
|
static |
Definition at line 104 of file af_stereotools.c.
|
static |
Definition at line 131 of file af_stereotools.c.
Referenced by process_command().
|
static |
Definition at line 149 of file af_stereotools.c.
|
static |
Definition at line 354 of file af_stereotools.c.
|
static |
Definition at line 366 of file af_stereotools.c.
|
static |
Definition at line 64 of file af_stereotools.c.
|
static |
Definition at line 373 of file af_stereotools.c.
const AVFilter ff_af_stereotools |
Definition at line 382 of file af_stereotools.c.