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 |
struct OutputStream* OutputFilter::ost |
Definition at line 292 of file ffmpeg.h.
Referenced by choose_pix_fmts(), configure_filtergraph(), configure_output_audio_filter(), configure_output_filter(), configure_output_video_filter(), create_streams(), fg_output_step(), fg_transcode_step(), and ofilter_bind_ost().
struct FilterGraph* OutputFilter::graph |
Definition at line 293 of file ffmpeg.h.
Referenced by fg_output_step(), ofilter_alloc(), ofilter_bind_ost(), and ost_add().
uint8_t* OutputFilter::name |
Definition at line 294 of file ffmpeg.h.
Referenced by configure_output_filter(), fg_create(), fg_free(), and ost_add().
uint8_t* OutputFilter::linklabel |
Definition at line 298 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 300 of file ffmpeg.h.
Referenced by create_streams(), fg_create(), and map_manual().
int64_t OutputFilter::last_pts |
Definition at line 303 of file ffmpeg.h.
Referenced by ofilter_alloc().