#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_get_filter(), avfilter_graph_parse(), avfilter_graph_queue_command(), avfilter_graph_send_command(), ff_avfilter_graph_check_validity(), ff_avfilter_graph_config_links(), pick_formats(), print_digraph(), and query_formats().
Definition at line 29 of file avfiltergraph.h.
Referenced by avfilter_graph_add_filter(), avfilter_graph_get_filter(), avfilter_graph_parse(), avfilter_graph_queue_command(), avfilter_graph_send_command(), ff_avfilter_graph_check_validity(), ff_avfilter_graph_config_links(), pick_formats(), print_digraph(), and query_formats().
sws options to use for the auto-inserted scale filters
Definition at line 31 of file avfiltergraph.h.
Referenced by create_filter(), and query_formats().