19 #ifndef AVFILTER_FORMATS_H
20 #define AVFILTER_FORMATS_H
102 #define FF_COUNT2LAYOUT(c) (0x8000000000000000ULL | (c))
108 #define FF_LAYOUT2COUNT(l) (((l) & 0x8000000000000000ULL) ? \
109 (int)((l) & 0x7FFFFFFF) : 0)
Main libavfilter public API header.
static enum AVSampleFormat formats[]
struct AVFilterChannelLayouts *** refs
references to this list
uint64_t * channel_layouts
list of channel layouts
char all_counts
accept any channel layout or count
A list of supported channel layouts.
char all_layouts
accept any known channel layout
enum MovChannelLayoutTag * layouts
#define av_warn_unused_result
int nb_channel_layouts
number of channel layouts
unsigned refcount
number of references to this list