|
Libav
|
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 |
Functions | |
| 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 | options [] |
| static const AVClass | channelsplit_class |
| 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.
|
static |
Definition at line 57 of file af_channelsplit.c.
|
static |
Definition at line 85 of file af_channelsplit.c.
|
static |
Definition at line 108 of file af_channelsplit.c.
|
static |
Definition at line 45 of file af_channelsplit.c.
|
static |
Definition at line 50 of file af_channelsplit.c.
|
static |
Definition at line 133 of file af_channelsplit.c.
| AVFilter ff_af_channelsplit |
Definition at line 142 of file af_channelsplit.c.
1.8.8