FFmpeg
|
#include <avfilter_internal.h>
Data Fields | |
AVFilterGraph | p |
The public AVFilterGraph. More... | |
struct FilterLinkInternal ** | sink_links |
int | sink_links_count |
unsigned | disable_auto_convert |
void * | thread |
avfilter_execute_func * | thread_execute |
FFFrameQueueGlobal | frame_queues |
Definition at line 95 of file avfilter_internal.h.
AVFilterGraph FFFilterGraph::p |
The public AVFilterGraph.
See avfilter.h for it.
Definition at line 99 of file avfilter_internal.h.
Referenced by avfilter_graph_alloc(), and ff_graph_thread_init().
struct FilterLinkInternal** FFFilterGraph::sink_links |
Definition at line 101 of file avfilter_internal.h.
Referenced by avfilter_graph_free(), avfilter_graph_request_oldest(), graph_config_pointers(), heap_bubble_down(), and heap_bubble_up().
int FFFilterGraph::sink_links_count |
Definition at line 102 of file avfilter_internal.h.
Referenced by avfilter_graph_request_oldest(), graph_config_pointers(), and heap_bubble_down().
unsigned FFFilterGraph::disable_auto_convert |
Definition at line 104 of file avfilter_internal.h.
Referenced by avfilter_graph_set_auto_convert().
void* FFFilterGraph::thread |
Definition at line 106 of file avfilter_internal.h.
Referenced by ff_graph_thread_free(), ff_graph_thread_init(), and thread_execute().
avfilter_execute_func* FFFilterGraph::thread_execute |
Definition at line 107 of file avfilter_internal.h.
Referenced by avfilter_graph_alloc_filter(), avfilter_init_dict(), and ff_graph_thread_init().
FFFrameQueueGlobal FFFilterGraph::frame_queues |
Definition at line 108 of file avfilter_internal.h.
Referenced by avfilter_graph_alloc(), and avfilter_link().