FFmpeg
|
A filterchain is a list of filter specifications. More...
#include <avfilter.h>
Data Fields | |
AVFilterParams ** | filters |
size_t | nb_filters |
A filterchain is a list of filter specifications.
Created as a child of AVFilterGraphSegment by avfilter_graph_segment_parse(). Freed in avfilter_graph_segment_free().
Definition at line 1210 of file avfilter.h.
AVFilterParams** AVFilterChain::filters |
Definition at line 1211 of file avfilter.h.
Referenced by avfilter_graph_parse_ptr(), avfilter_graph_segment_apply_opts(), avfilter_graph_segment_create_filters(), avfilter_graph_segment_init(), avfilter_graph_segment_link(), chain_free(), chain_parse(), find_linklabel(), graph_opts_apply(), link_inputs(), link_outputs(), and log_unknown_opt().
size_t AVFilterChain::nb_filters |
Definition at line 1212 of file avfilter.h.
Referenced by avfilter_graph_parse_ptr(), avfilter_graph_segment_apply_opts(), avfilter_graph_segment_create_filters(), avfilter_graph_segment_init(), avfilter_graph_segment_link(), chain_free(), chain_parse(), find_linklabel(), graph_opts_apply(), link_outputs(), and log_unknown_opt().