#include <avfilter.h>
Data Fields | |
unsigned | format_count |
number of formats | |
int * | formats |
list of formats | |
unsigned | refcount |
number of references to this list | |
AVFilterFormats *** | refs |
references to this list |
Definition at line 162 of file avfilter.h.
unsigned AVFilterFormats::format_count |
number of formats
Definition at line 164 of file avfilter.h.
Referenced by avfilter_all_colorspaces(), avfilter_make_format_list(), avfilter_merge_formats(), and pick_format().
list of formats
Definition at line 165 of file avfilter.h.
Referenced by avfilter_all_colorspaces(), avfilter_make_format_list(), avfilter_merge_formats(), avfilter_set_common_formats(), merge_ref(), and pick_format().
unsigned AVFilterFormats::refcount |
number of references to this list
Definition at line 167 of file avfilter.h.
Referenced by avfilter_formats_ref(), avfilter_merge_formats(), and merge_ref().
references to this list
Definition at line 168 of file avfilter.h.
Referenced by avfilter_formats_ref(), avfilter_merge_formats(), avfilter_set_common_formats(), and merge_ref().