#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 157 of file avfilter.h.
| unsigned AVFilterFormats::format_count |
number of formats
Definition at line 159 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 160 of file avfilter.h.
Referenced by avfilter_all_colorspaces(), avfilter_make_format_list(), avfilter_merge_formats(), merge_ref(), and pick_format().
| unsigned AVFilterFormats::refcount |
number of references to this list
Definition at line 162 of file avfilter.h.
Referenced by avfilter_formats_ref(), and merge_ref().
references to this list
Definition at line 163 of file avfilter.h.
Referenced by avfilter_formats_ref(), and merge_ref().
1.5.1