19 #ifndef AVFILTER_FORMATS_H
20 #define AVFILTER_FORMATS_H
103 #define FF_COUNT2LAYOUT(c) (0x8000000000000000ULL | (c))
109 #define FF_LAYOUT2COUNT(l) (((l) & 0x8000000000000000ULL) ? \
110 (int)((l) & 0x7FFFFFFF) : 0)
160 #if LIBAVFILTER_VERSION_MAJOR < 8
240 #define FF_PIX_FMT_FLAG_SW_FLAT_SUB (1 << 24)
#define av_warn_unused_result
Main libavfilter public API header.
enum MovChannelLayoutTag * layouts
A list of supported channel layouts.
char all_layouts
accept any known channel layout
char all_counts
accept any channel layout or count
struct AVFilterChannelLayouts *** refs
references to this list
int nb_channel_layouts
number of channel layouts
uint64_t * channel_layouts
list of channel layouts
unsigned refcount
number of references to this list
static int ref[MAX_W *MAX_W]