FFmpeg
Data Fields
FFFilterGraph Struct Reference

#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_functhread_execute
 
FFFrameQueueGlobal frame_queues
 

Detailed Description

Definition at line 95 of file avfilter_internal.h.

Field Documentation

◆ p

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().

◆ sink_links

struct FilterLinkInternal** FFFilterGraph::sink_links

◆ sink_links_count

int FFFilterGraph::sink_links_count

◆ disable_auto_convert

unsigned FFFilterGraph::disable_auto_convert

Definition at line 104 of file avfilter_internal.h.

Referenced by avfilter_graph_set_auto_convert().

◆ thread

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().

◆ thread_execute

avfilter_execute_func* FFFilterGraph::thread_execute

◆ frame_queues

FFFrameQueueGlobal FFFilterGraph::frame_queues

Definition at line 108 of file avfilter_internal.h.

Referenced by avfilter_graph_alloc(), and avfilter_link().


The documentation for this struct was generated from the following file: