|
FFmpeg
|
#include <formats.h>
Data Fields | |
| uint64_t * | channel_layouts |
| list of channel layouts | |
| int | nb_channel_layouts |
| number of channel layouts | |
| unsigned | refcount |
| number of references to this list | |
| struct AVFilterChannelLayouts *** | refs |
| references to this list | |
| uint64_t* AVFilterChannelLayouts::channel_layouts |
list of channel layouts
Definition at line 73 of file formats.h.
Referenced by ff_merge_channel_layouts(), pick_format(), query_formats(), and swap_channel_layouts_on_filter().
| int AVFilterChannelLayouts::nb_channel_layouts |
number of channel layouts
Definition at line 74 of file formats.h.
Referenced by ff_merge_channel_layouts(), pick_format(), query_formats(), and swap_channel_layouts_on_filter().
| unsigned AVFilterChannelLayouts::refcount |
| struct AVFilterChannelLayouts*** AVFilterChannelLayouts::refs |
references to this list
Definition at line 77 of file formats.h.
Referenced by ff_merge_channel_layouts().
1.8.2