FFmpeg
|
#include <ffmpeg.h>
Data Fields | |
const AVClass * | class |
struct FilterGraph * | graph |
uint8_t * | name |
int | index |
AVFilterContext * | filter |
char * | output_name |
int | bound |
uint8_t * | linklabel |
char * | apad |
enum AVMediaType | type |
atomic_uint_least64_t | nb_frames_dup |
atomic_uint_least64_t | nb_frames_drop |
const AVClass* OutputFilter::class |
Definition at line 371 of file ffmpeg.h.
Referenced by ofilter_alloc().
struct FilterGraph* OutputFilter::graph |
Definition at line 373 of file ffmpeg.h.
Referenced by close_output(), fg_output_frame(), fg_output_step(), ofilter_alloc(), ofilter_bind_enc(), ost_add(), and video_sync_process().
uint8_t* OutputFilter::name |
Definition at line 374 of file ffmpeg.h.
Referenced by fg_create(), fg_free(), and ost_add().
int OutputFilter::index |
Definition at line 375 of file ffmpeg.h.
Referenced by close_output(), fg_output_frame(), fg_output_step(), ofilter_alloc(), ofilter_bind_enc(), and print_filtergraph_single().
AVFilterContext* OutputFilter::filter |
Definition at line 377 of file ffmpeg.h.
Referenced by choose_out_timebase(), cleanup_filtergraph(), configure_filtergraph(), configure_output_audio_filter(), configure_output_video_filter(), fg_output_step(), and print_filtergraph_single().
char* OutputFilter::output_name |
Definition at line 379 of file ffmpeg.h.
Referenced by configure_output_audio_filter(), configure_output_video_filter(), fg_free(), fg_thread_set_name(), ofilter_bind_enc(), ofilter_bind_ifilter(), and print_filtergraph_single().
int OutputFilter::bound |
Definition at line 383 of file ffmpeg.h.
Referenced by create_streams(), fg_complex_bind_input(), ofilter_bind_enc(), and ofilter_bind_ifilter().
uint8_t* OutputFilter::linklabel |
Definition at line 384 of file ffmpeg.h.
Referenced by create_streams(), fg_complex_bind_input(), fg_create(), fg_free(), map_manual(), ofilter_bind_enc(), ofilter_bind_ifilter(), and print_filtergraph_single().
char* OutputFilter::apad |
Definition at line 386 of file ffmpeg.h.
Referenced by configure_output_audio_filter(), create_streams(), and fg_free().
enum AVMediaType OutputFilter::type |
Definition at line 388 of file ffmpeg.h.
Referenced by choose_out_timebase(), configure_output_filter(), create_streams(), fg_create_simple(), fg_output_frame(), fg_output_step(), fg_thread_set_name(), ifilter_bind_fg(), map_manual(), ofilter_alloc(), ofilter_bind_enc(), ofilter_bind_ifilter(), and print_filtergraph_single().
atomic_uint_least64_t OutputFilter::nb_frames_dup |
Definition at line 390 of file ffmpeg.h.
Referenced by video_sync_process().
atomic_uint_least64_t OutputFilter::nb_frames_drop |
Definition at line 391 of file ffmpeg.h.
Referenced by video_sync_process().