#include <avfilter.h>
Data Fields | |
| unsigned | format_count |
| number of formats | |
| enum PixelFormat * | formats |
| list of pixel formats | |
| unsigned | refcount |
| number of references to this list | |
| AVFilterFormats *** | refs |
| references to this list | |
Definition at line 178 of file avfilter.h.
| unsigned AVFilterFormats::format_count |
number of formats
Definition at line 180 of file avfilter.h.
Referenced by avfilter_make_format_list(), avfilter_merge_formats(), make_format_list(), and pick_format().
list of pixel formats
Definition at line 181 of file avfilter.h.
Referenced by avfilter_make_format_list(), avfilter_merge_formats(), avfilter_set_common_formats(), make_format_list(), merge_ref(), and pick_format().
| unsigned AVFilterFormats::refcount |
number of references to this list
Definition at line 183 of file avfilter.h.
Referenced by avfilter_formats_ref(), avfilter_merge_formats(), and merge_ref().
references to this list
Definition at line 184 of file avfilter.h.
Referenced by avfilter_formats_ref(), avfilter_merge_formats(), avfilter_set_common_formats(), and merge_ref().
1.7.1