FFmpeg
|
#include <ffmpeg.h>
Data Fields | |
struct OutputStream * | ost |
struct FilterGraph * | graph |
uint8_t * | name |
uint8_t * | linklabel |
enum AVMediaType | type |
int64_t | last_pts |
uint64_t | nb_frames_dup |
uint64_t | nb_frames_drop |
struct OutputStream* OutputFilter::ost |
Definition at line 293 of file ffmpeg.h.
Referenced by choose_out_timebase(), choose_pix_fmts(), configure_filtergraph(), configure_output_audio_filter(), configure_output_filter(), configure_output_video_filter(), create_streams(), fg_output_frame(), fg_output_step(), fg_transcode_step(), ofilter_bind_ost(), and video_sync_process().
struct FilterGraph* OutputFilter::graph |
Definition at line 294 of file ffmpeg.h.
Referenced by fg_output_frame(), fg_output_step(), ofilter_alloc(), ofilter_bind_ost(), and ost_add().
uint8_t* OutputFilter::name |
Definition at line 295 of file ffmpeg.h.
Referenced by configure_output_filter(), fg_create(), fg_free(), and ost_add().
uint8_t* OutputFilter::linklabel |
Definition at line 299 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 301 of file ffmpeg.h.
Referenced by choose_out_timebase(), create_streams(), fg_create(), fg_output_frame(), and map_manual().
int64_t OutputFilter::last_pts |
Definition at line 304 of file ffmpeg.h.
Referenced by ofilter_alloc().
uint64_t OutputFilter::nb_frames_dup |
Definition at line 306 of file ffmpeg.h.
Referenced by video_sync_process().
uint64_t OutputFilter::nb_frames_drop |
Definition at line 307 of file ffmpeg.h.
Referenced by video_sync_process().