Libav
Data Fields
AVFilterChannelLayouts Struct Reference

#include <formats.h>

Data Fields

uint64_t * channel_layouts
 list of channel layouts More...
 
int nb_channel_layouts
 number of channel layouts More...
 
unsigned refcount
 number of references to this list More...
 
struct AVFilterChannelLayouts *** refs
 references to this list More...
 

Detailed Description

Definition at line 72 of file formats.h.

Field Documentation

§ channel_layouts

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(), and swap_channel_layouts_on_filter().

§ nb_channel_layouts

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(), and swap_channel_layouts_on_filter().

§ refcount

unsigned AVFilterChannelLayouts::refcount

number of references to this list

Definition at line 76 of file formats.h.

§ refs

struct AVFilterChannelLayouts*** AVFilterChannelLayouts::refs

references to this list

Definition at line 77 of file formats.h.

Referenced by ff_merge_channel_layouts().


The documentation for this struct was generated from the following file: