|
FFmpeg
|
#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"Classes | |
| struct | ChannelSplitContext |
Macros | |
| #define | OFFSET(x) offsetof(ChannelSplitContext, x) |
| #define | A AV_OPT_FLAG_AUDIO_PARAM |
| #define | F AV_OPT_FLAG_FILTERING_PARAM |
Typedefs | |
| typedef struct ChannelSplitContext | ChannelSplitContext |
Functions | |
| AVFILTER_DEFINE_CLASS (channelsplit) | |
Variables | |
| AVFilter | ff_af_channelsplit |
Channel split filter.
Split an audio stream into per-channel streams.
| AVFilter ff_af_channelsplit |
1.8.12