FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
AVFilterChannelLayouts Struct Reference

#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
 

Detailed Description

Definition at line 72 of file formats.h.

Field Documentation

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

number of references to this list

Definition at line 76 of file formats.h.

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: