FFmpeg
|
#include <ffmpeg.h>
Data Fields | |
const AVClass * | class |
int | index |
InputFilter ** | inputs |
int | nb_inputs |
OutputFilter ** | outputs |
int | nb_outputs |
const char * | graph_desc |
struct AVBPrint | graph_print_buf |
const AVClass* FilterGraph::class |
Definition at line 395 of file ffmpeg.h.
Referenced by fg_create().
int FilterGraph::index |
Definition at line 396 of file ffmpeg.h.
Referenced by configure_input_audio_filter(), configure_input_video_filter(), create_streams(), fg_create(), fg_thread_set_name(), ifilter_bind_fg(), map_manual(), ost_add(), print_filtergraph_single(), and send_command().
InputFilter** FilterGraph::inputs |
Definition at line 398 of file ffmpeg.h.
Referenced by bind_inputs(), choose_input(), cleanup_filtergraph(), configure_filtergraph(), fg_create_simple(), fg_free(), filter_thread(), ifilter_alloc(), ifilter_has_all_input_formats(), print_filtergraph_single(), and read_frames().
int FilterGraph::nb_inputs |
Definition at line 399 of file ffmpeg.h.
Referenced by bind_inputs(), choose_input(), cleanup_filtergraph(), configure_filtergraph(), fg_create(), fg_create_simple(), fg_free(), fg_thread_init(), filter_thread(), ifilter_alloc(), ifilter_has_all_input_formats(), print_filtergraph_single(), and read_frames().
OutputFilter** FilterGraph::outputs |
Definition at line 400 of file ffmpeg.h.
Referenced by cleanup_filtergraph(), configure_filtergraph(), create_streams(), fg_complex_bind_input(), fg_create_simple(), fg_finalise_bindings(), fg_free(), fg_thread_set_name(), filter_thread(), ifilter_bind_fg(), map_manual(), ofilter_alloc(), print_filtergraph_single(), and read_frames().
int FilterGraph::nb_outputs |
Definition at line 401 of file ffmpeg.h.
Referenced by cleanup_filtergraph(), configure_filtergraph(), create_streams(), fg_complex_bind_input(), fg_create(), fg_create_simple(), fg_finalise_bindings(), fg_free(), fg_thread_init(), filter_thread(), map_manual(), ofilter_alloc(), print_filtergraph_single(), and read_frames().
const char* FilterGraph::graph_desc |
Definition at line 403 of file ffmpeg.h.
Referenced by configure_filtergraph(), fg_complex_bind_input(), fg_create(), fg_free(), and print_filtergraph_single().
struct AVBPrint FilterGraph::graph_print_buf |
Definition at line 404 of file ffmpeg.h.
Referenced by print_filtergraph(), and print_filtergraphs_priv().