#include <avfiltergraph.h>
Data Fields | |
const AVClass * | av_class |
unsigned | filter_count |
AVFilterContext ** | filters |
char * | scale_sws_opts |
sws options to use for the auto-inserted scale filters More... | |
Definition at line 28 of file avfiltergraph.h.
const AVClass* AVFilterGraph::av_class |
Definition at line 29 of file avfiltergraph.h.
Referenced by avfilter_graph_alloc().
unsigned AVFilterGraph::filter_count |
Definition at line 30 of file avfiltergraph.h.
Referenced by avfilter_graph_add_filter(), avfilter_graph_get_filter(), avfilter_graph_parse(), avfilter_graph_parse2(), graph_check_validity(), graph_config_links(), graph_insert_fifos(), pick_formats(), print_digraph(), query_formats(), reduce_formats(), swap_channel_layouts(), swap_sample_fmts(), and swap_samplerates().
AVFilterContext** AVFilterGraph::filters |
Definition at line 31 of file avfiltergraph.h.
Referenced by avfilter_graph_add_filter(), avfilter_graph_get_filter(), avfilter_graph_parse(), avfilter_graph_parse2(), graph_check_validity(), graph_config_links(), graph_insert_fifos(), pick_formats(), print_digraph(), query_formats(), reduce_formats(), swap_channel_layouts(), swap_sample_fmts(), and swap_samplerates().
char* AVFilterGraph::scale_sws_opts |
sws options to use for the auto-inserted scale filters
Definition at line 33 of file avfiltergraph.h.
Referenced by configure_filtergraph(), create_filter(), parse_sws_flags(), and query_formats().