FFmpeg
|
Data Fields | |
AVClass * | class |
class for private options | |
char * | graph_str |
char * | graph_filename |
char * | dump_graph |
AVFilterGraph * | graph |
AVFilterContext ** | sinks |
int * | sink_stream_map |
int * | sink_eof |
int * | stream_sink_map |
AVFrame * | decoded_frame |
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().