FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
LavfiContext Struct Reference

Data Fields

AVClassclass
 class for private options
 
char * graph_str
 
char * graph_filename
 
char * dump_graph
 
AVFilterGraphgraph
 
AVFilterContext ** sinks
 
int * sink_stream_map
 
int * sink_eof
 
int * stream_sink_map
 
AVFramedecoded_frame
 

Detailed Description

Definition at line 44 of file lavfi.c.

Field Documentation

AVClass* LavfiContext::class

class for private options

Definition at line 45 of file lavfi.c.

char* LavfiContext::graph_str

Definition at line 46 of file lavfi.c.

Referenced by lavfi_read_header().

char* LavfiContext::graph_filename

Definition at line 47 of file lavfi.c.

Referenced by lavfi_read_header().

char* LavfiContext::dump_graph

Definition at line 48 of file lavfi.c.

Referenced by lavfi_read_header().

AVFilterGraph* LavfiContext::graph

Definition at line 49 of file lavfi.c.

Referenced by lavfi_read_close(), and lavfi_read_header().

AVFilterContext** LavfiContext::sinks

Definition at line 50 of file lavfi.c.

Referenced by lavfi_read_close(), lavfi_read_header(), and lavfi_read_packet().

int* LavfiContext::sink_stream_map

Definition at line 51 of file lavfi.c.

Referenced by lavfi_read_close(), lavfi_read_header(), and lavfi_read_packet().

int* LavfiContext::sink_eof

Definition at line 52 of file lavfi.c.

Referenced by lavfi_read_close(), lavfi_read_header(), and lavfi_read_packet().

int* LavfiContext::stream_sink_map

Definition at line 53 of file lavfi.c.

Referenced by lavfi_read_close(), and lavfi_read_header().

AVFrame* LavfiContext::decoded_frame

Definition at line 54 of file lavfi.c.

Referenced by lavfi_read_close(), lavfi_read_header(), and lavfi_read_packet().


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