FFmpeg
|
Channel split filter. More...
#include "libavutil/attributes.h"
#include "libavutil/channel_layout.h"
#include "libavutil/internal.h"
#include "libavutil/opt.h"
#include "audio.h"
#include "avfilter.h"
#include "formats.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | ChannelSplitContext |
Macros | |
#define | OFFSET(x) offsetof(ChannelSplitContext, x) |
#define | A AV_OPT_FLAG_AUDIO_PARAM |
#define | F AV_OPT_FLAG_FILTERING_PARAM |
Functions | |
AVFILTER_DEFINE_CLASS (channelsplit) | |
static av_cold int | init (AVFilterContext *ctx) |
static int | query_formats (AVFilterContext *ctx) |
static int | filter_frame (AVFilterLink *inlink, AVFrame *buf) |
Variables | |
static const AVOption | channelsplit_options [] |
static const AVFilterPad | avfilter_af_channelsplit_inputs [] |
AVFilter | ff_af_channelsplit |
Channel split filter.
Split an audio stream into per-channel streams.
Definition in file af_channelsplit.c.
#define OFFSET | ( | x | ) | offsetof(ChannelSplitContext, x) |
Definition at line 43 of file af_channelsplit.c.
#define A AV_OPT_FLAG_AUDIO_PARAM |
Definition at line 44 of file af_channelsplit.c.
#define F AV_OPT_FLAG_FILTERING_PARAM |
Definition at line 45 of file af_channelsplit.c.
AVFILTER_DEFINE_CLASS | ( | channelsplit | ) |
|
static |
Definition at line 53 of file af_channelsplit.c.
|
static |
Definition at line 83 of file af_channelsplit.c.
|
static |
Definition at line 109 of file af_channelsplit.c.
|
static |
Definition at line 46 of file af_channelsplit.c.
|
static |
Definition at line 135 of file af_channelsplit.c.
AVFilter ff_af_channelsplit |
Definition at line 144 of file af_channelsplit.c.