FFmpeg
|
#include <ffmpeg.h>
Data Fields | |
struct OutputStream * | ost |
struct FilterGraph * | graph |
uint8_t * | name |
uint8_t * | linklabel |
enum AVMediaType | type |
atomic_uint_least64_t | nb_frames_dup |
atomic_uint_least64_t | nb_frames_drop |
struct OutputStream* OutputFilter::ost |
Definition at line 272 of file ffmpeg.h.
Referenced by choose_out_timebase(), choose_pix_fmts(), close_output(), configure_filtergraph(), configure_output_audio_filter(), configure_output_filter(), configure_output_video_filter(), create_streams(), fg_output_step(), fg_thread_set_name(), ofilter_bind_ost(), and video_sync_process().
struct FilterGraph* OutputFilter::graph |
Definition at line 273 of file ffmpeg.h.
Referenced by close_output(), fg_output_frame(), fg_output_step(), ofilter_alloc(), ofilter_bind_ost(), and ost_add().
uint8_t* OutputFilter::name |
Definition at line 274 of file ffmpeg.h.
Referenced by configure_output_filter(), fg_create(), fg_free(), and ost_add().
uint8_t* OutputFilter::linklabel |
Definition at line 278 of file ffmpeg.h.
Referenced by create_streams(), fg_create(), fg_free(), map_manual(), and ofilter_bind_ost().
enum AVMediaType OutputFilter::type |
Definition at line 280 of file ffmpeg.h.
Referenced by choose_out_timebase(), create_streams(), fg_create(), fg_output_frame(), and map_manual().
atomic_uint_least64_t OutputFilter::nb_frames_dup |
Definition at line 282 of file ffmpeg.h.
Referenced by video_sync_process().
atomic_uint_least64_t OutputFilter::nb_frames_drop |
Definition at line 283 of file ffmpeg.h.
Referenced by video_sync_process().