|
FFmpeg
|
#include "libavutil/channel_layout.h"#include "libavutil/ffmath.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 | CrossfeedContext |
Macros | |
| #define | OFFSET(x) offsetof(CrossfeedContext, x) |
| #define | FLAGS AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
Functions | |
| static int | query_formats (AVFilterContext *ctx) |
| static int | config_input (AVFilterLink *inlink) |
| static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
| AVFILTER_DEFINE_CLASS (crossfeed) | |
Variables | |
| static const AVOption | crossfeed_options [] |
| static const AVFilterPad | inputs [] |
| static const AVFilterPad | outputs [] |
| AVFilter | ff_af_crossfeed |
| #define OFFSET | ( | x | ) | offsetof(CrossfeedContext, x) |
Definition at line 136 of file af_crossfeed.c.
| #define FLAGS AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
Definition at line 137 of file af_crossfeed.c.
|
static |
Definition at line 41 of file af_crossfeed.c.
|
static |
Definition at line 57 of file af_crossfeed.c.
|
static |
Definition at line 83 of file af_crossfeed.c.
| AVFILTER_DEFINE_CLASS | ( | crossfeed | ) |
|
static |
Definition at line 139 of file af_crossfeed.c.
|
static |
Definition at line 149 of file af_crossfeed.c.
|
static |
Definition at line 159 of file af_crossfeed.c.
| AVFilter ff_af_crossfeed |
Definition at line 167 of file af_crossfeed.c.
1.8.17