FFmpeg
|
#include <ffmpeg.h>
Data Fields | |
const AVClass * | class |
struct FilterGraph * | graph |
uint8_t * | 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 355 of file ffmpeg.h.
Referenced by ofilter_alloc().
struct FilterGraph* OutputFilter::graph |
Definition at line 357 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 358 of file ffmpeg.h.
Referenced by fg_create(), fg_free(), and ost_add().
int OutputFilter::bound |
Definition at line 362 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 363 of file ffmpeg.h.
Referenced by create_streams(), fg_complex_bind_input(), fg_create(), fg_free(), map_manual(), ofilter_bind_enc(), and ofilter_bind_ifilter().
char* OutputFilter::apad |
Definition at line 365 of file ffmpeg.h.
Referenced by configure_output_audio_filter(), create_streams(), and fg_free().
enum AVMediaType OutputFilter::type |
Definition at line 367 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(), and ofilter_bind_ifilter().
atomic_uint_least64_t OutputFilter::nb_frames_dup |
Definition at line 369 of file ffmpeg.h.
Referenced by video_sync_process().
atomic_uint_least64_t OutputFilter::nb_frames_drop |
Definition at line 370 of file ffmpeg.h.
Referenced by video_sync_process().