|
FFmpeg
|
#include <bsf.h>
Data Fields | |
| const AVClass * | av_class |
| AVBitStreamFilterContext ** | filters |
| unsigned | nb_filters |
| unsigned | max_buffered_packets |
| Sets the maximum number of buffered packets in the filtergraph combined. More... | |
| AVBitStreamFilterContext** AVBitStreamFilterGraph::filters |
Definition at line 480 of file bsf.h.
Referenced by av_bsf_graph_alloc_filter(), av_bsf_graph_free(), av_bsf_graph_get_filter(), ff_bsf_graph_remove_filter(), ff_bsf_graph_run_once(), graph_check_validity(), graph_config_links(), and graph_config_pointers().
| unsigned AVBitStreamFilterGraph::nb_filters |
Definition at line 482 of file bsf.h.
Referenced by av_bsf_graph_alloc_filter(), av_bsf_graph_free(), av_bsf_graph_get_filter(), ff_bsf_graph_remove_filter(), ff_bsf_graph_run_once(), graph_check_validity(), graph_config_links(), and graph_config_pointers().
| unsigned AVBitStreamFilterGraph::max_buffered_packets |
Sets the maximum number of buffered packets in the filtergraph combined.
Zero means no limit. This field must be set before calling av_bsf_graph_config().
Definition at line 490 of file bsf.h.
Referenced by av_bsf_graph_config().
1.8.17