#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 | |
Definition at line 72 of file formats.h.
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().
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 [read] |
references to this list
Definition at line 77 of file formats.h.
Referenced by ff_merge_channel_layouts().
1.5.8