FFmpeg
Data Fields
FilterGraphPriv Struct Reference

Data Fields

FilterGraph fg
 
char log_name [32]
 
int is_simple
 
int is_meta
 
int have_sources
 
int disable_conversions
 
unsigned nb_outputs_done
 
const char * graph_desc
 
char * nb_threads
 
AVFrameframe
 
AVFrameframe_enc
 
Schedulersch
 
unsigned sch_idx
 

Detailed Description

Definition at line 44 of file ffmpeg_filter.c.

Field Documentation

◆ fg

FilterGraph FilterGraphPriv::fg

Definition at line 45 of file ffmpeg_filter.c.

Referenced by fg_create(), filter_thread(), and ifilter_bind_fg().

◆ log_name

char FilterGraphPriv::log_name[32]

Definition at line 48 of file ffmpeg_filter.c.

Referenced by fg_create(), fg_item_name(), init_simple_filtergraph(), and ofilter_bind_ost().

◆ is_simple

int FilterGraphPriv::is_simple

◆ is_meta

int FilterGraphPriv::is_meta

Definition at line 53 of file ffmpeg_filter.c.

Referenced by configure_filtergraph(), and fg_output_step().

◆ have_sources

int FilterGraphPriv::have_sources

Definition at line 55 of file ffmpeg_filter.c.

Referenced by fg_create(), and read_frames().

◆ disable_conversions

int FilterGraphPriv::disable_conversions

Definition at line 56 of file ffmpeg_filter.c.

Referenced by configure_filtergraph(), fg_create(), and ofilter_bind_ost().

◆ nb_outputs_done

unsigned FilterGraphPriv::nb_outputs_done

Definition at line 58 of file ffmpeg_filter.c.

Referenced by fg_output_frame(), and read_frames().

◆ graph_desc

const char* FilterGraphPriv::graph_desc

Definition at line 60 of file ffmpeg_filter.c.

Referenced by configure_filtergraph(), fg_complex_bind_input(), fg_create(), and fg_free().

◆ nb_threads

char* FilterGraphPriv::nb_threads

Definition at line 62 of file ffmpeg_filter.c.

Referenced by configure_filtergraph(), fg_free(), and init_simple_filtergraph().

◆ frame

AVFrame* FilterGraphPriv::frame

Definition at line 65 of file ffmpeg_filter.c.

Referenced by fg_create(), fg_free(), and fg_send_command().

◆ frame_enc

AVFrame* FilterGraphPriv::frame_enc

Definition at line 67 of file ffmpeg_filter.c.

Referenced by fg_create(), fg_free(), and fg_output_frame().

◆ sch

Scheduler* FilterGraphPriv::sch

◆ sch_idx

unsigned FilterGraphPriv::sch_idx

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