#include <avfiltergraph.h>
Data Fields | |
unsigned | filter_count |
AVFilterContext ** | filters |
char * | scale_sws_opts |
sws options to use for the auto-inserted scale filters |
Definition at line 27 of file avfiltergraph.h.
unsigned AVFilterGraph::filter_count |
Definition at line 28 of file avfiltergraph.h.
Referenced by avfilter_graph_add_filter(), avfilter_graph_check_validity(), avfilter_graph_destroy(), avfilter_graph_get_filter(), pick_formats(), and query_formats().
Definition at line 29 of file avfiltergraph.h.
Referenced by avfilter_graph_add_filter(), avfilter_graph_check_validity(), avfilter_graph_destroy(), avfilter_graph_get_filter(), pick_formats(), and query_formats().
sws options to use for the auto-inserted scale filters
Definition at line 31 of file avfiltergraph.h.
Referenced by avfilter_graph_destroy(), and query_formats().