FFmpeg
|
Data Fields | |
AVClass * | class |
class for private options More... | |
char * | graph_str |
char * | graph_filename |
char * | dump_graph |
AVFilterGraph * | graph |
AVFilterContext ** | sinks |
int * | sink_stream_map |
int * | sink_eof |
int * | stream_sink_map |
int * | sink_stream_subcc_map |
AVFrame * | decoded_frame |
int | nb_sinks |
AVPacket | subcc_packet |
char* LavfiContext::graph_str |
Definition at line 49 of file lavfi.c.
Referenced by lavfi_read_header().
char* LavfiContext::graph_filename |
Definition at line 50 of file lavfi.c.
Referenced by lavfi_read_header().
char* LavfiContext::dump_graph |
Definition at line 51 of file lavfi.c.
Referenced by lavfi_read_header().
AVFilterGraph* LavfiContext::graph |
Definition at line 52 of file lavfi.c.
Referenced by lavfi_read_close(), and lavfi_read_header().
AVFilterContext** LavfiContext::sinks |
Definition at line 53 of file lavfi.c.
Referenced by lavfi_read_close(), lavfi_read_header(), and lavfi_read_packet().
int* LavfiContext::sink_stream_map |
Definition at line 54 of file lavfi.c.
Referenced by lavfi_read_close(), lavfi_read_header(), and lavfi_read_packet().
int* LavfiContext::sink_eof |
Definition at line 55 of file lavfi.c.
Referenced by lavfi_read_close(), lavfi_read_header(), and lavfi_read_packet().
int* LavfiContext::stream_sink_map |
Definition at line 56 of file lavfi.c.
Referenced by create_subcc_streams(), lavfi_read_close(), and lavfi_read_header().
int* LavfiContext::sink_stream_subcc_map |
Definition at line 57 of file lavfi.c.
Referenced by create_subcc_packet(), create_subcc_streams(), lavfi_read_close(), and lavfi_read_header().
AVFrame* LavfiContext::decoded_frame |
Definition at line 58 of file lavfi.c.
Referenced by lavfi_read_close(), lavfi_read_header(), and lavfi_read_packet().
int LavfiContext::nb_sinks |
Definition at line 59 of file lavfi.c.
Referenced by create_subcc_streams(), lavfi_read_header(), and lavfi_read_packet().
AVPacket LavfiContext::subcc_packet |
Definition at line 60 of file lavfi.c.
Referenced by create_subcc_packet(), and lavfi_read_packet().