FFmpeg
|
Data Fields | |
const AVClass * | class |
AVFilterChannelLayouts * | channel_layouts |
char * | mapping_str |
char * | channel_layout_str |
uint64_t | output_layout |
struct ChannelMap | map [MAX_CH] |
int | nch |
enum MappingMode | mode |
Definition at line 58 of file af_channelmap.c.
const AVClass* ChannelMapContext::class |
Definition at line 59 of file af_channelmap.c.
AVFilterChannelLayouts* ChannelMapContext::channel_layouts |
Definition at line 60 of file af_channelmap.c.
Referenced by channelmap_init(), and channelmap_query_formats().
char* ChannelMapContext::mapping_str |
Definition at line 61 of file af_channelmap.c.
Referenced by channelmap_init().
char* ChannelMapContext::channel_layout_str |
Definition at line 62 of file af_channelmap.c.
Referenced by channelmap_init().
uint64_t ChannelMapContext::output_layout |
Definition at line 63 of file af_channelmap.c.
Referenced by channelmap_init().
struct ChannelMap ChannelMapContext::map[MAX_CH] |
Definition at line 64 of file af_channelmap.c.
Referenced by channelmap_config_input(), channelmap_filter_frame(), and channelmap_init().
int ChannelMapContext::nch |
Definition at line 65 of file af_channelmap.c.
Referenced by channelmap_config_input(), channelmap_filter_frame(), and channelmap_init().
enum MappingMode ChannelMapContext::mode |
Definition at line 66 of file af_channelmap.c.
Referenced by channelmap_config_input(), and channelmap_init().