FFmpeg
|
Data Fields | |
OutputFilter | ofilter |
AVFilterContext * | filter |
int | format |
int | width |
int | height |
int | sample_rate |
AVChannelLayout | ch_layout |
AVRational | tb_out |
int | tb_out_locked |
AVRational | sample_aspect_ratio |
const int * | formats |
const AVChannelLayout * | ch_layouts |
const int * | sample_rates |
AVRational | enc_timebase |
int64_t | ts_offset |
int64_t | next_pts |
FPSConvContext | fps |
int | got_frame |
Definition at line 162 of file ffmpeg_filter.c.
OutputFilter OutputFilterPriv::ofilter |
Definition at line 163 of file ffmpeg_filter.c.
Referenced by choose_out_timebase(), fg_output_frame(), fg_output_step(), ofilter_alloc(), and video_sync_process().
AVFilterContext* OutputFilterPriv::filter |
Definition at line 165 of file ffmpeg_filter.c.
Referenced by choose_out_timebase(), cleanup_filtergraph(), configure_filtergraph(), configure_output_audio_filter(), configure_output_video_filter(), and fg_output_step().
int OutputFilterPriv::format |
Definition at line 168 of file ffmpeg_filter.c.
Referenced by choose_pix_fmts(), configure_filtergraph(), fg_transcode_step(), ofilter_alloc(), and ofilter_bind_ost().
int OutputFilterPriv::width |
Definition at line 169 of file ffmpeg_filter.c.
Referenced by configure_filtergraph(), configure_output_video_filter(), fg_transcode_step(), and ofilter_bind_ost().
int OutputFilterPriv::height |
Definition at line 169 of file ffmpeg_filter.c.
Referenced by configure_filtergraph(), configure_output_video_filter(), fg_transcode_step(), and ofilter_bind_ost().
int OutputFilterPriv::sample_rate |
Definition at line 170 of file ffmpeg_filter.c.
Referenced by configure_filtergraph(), fg_transcode_step(), and ofilter_bind_ost().
AVChannelLayout OutputFilterPriv::ch_layout |
Definition at line 171 of file ffmpeg_filter.c.
Referenced by configure_filtergraph(), fg_free(), and fg_transcode_step().
AVRational OutputFilterPriv::tb_out |
Definition at line 175 of file ffmpeg_filter.c.
Referenced by choose_out_timebase(), configure_filtergraph(), fg_output_frame(), fg_transcode_step(), and video_sync_process().
int OutputFilterPriv::tb_out_locked |
Definition at line 178 of file ffmpeg_filter.c.
Referenced by choose_out_timebase(), configure_filtergraph(), and fg_output_step().
AVRational OutputFilterPriv::sample_aspect_ratio |
Definition at line 180 of file ffmpeg_filter.c.
Referenced by configure_filtergraph(), and fg_transcode_step().
const int* OutputFilterPriv::formats |
Definition at line 184 of file ffmpeg_filter.c.
Referenced by choose_pix_fmts(), and ofilter_bind_ost().
const AVChannelLayout* OutputFilterPriv::ch_layouts |
Definition at line 185 of file ffmpeg_filter.c.
Referenced by ofilter_bind_ost().
const int* OutputFilterPriv::sample_rates |
Definition at line 186 of file ffmpeg_filter.c.
Referenced by ofilter_bind_ost().
AVRational OutputFilterPriv::enc_timebase |
Definition at line 188 of file ffmpeg_filter.c.
Referenced by choose_out_timebase(), and ofilter_bind_ost().
int64_t OutputFilterPriv::ts_offset |
Definition at line 190 of file ffmpeg_filter.c.
Referenced by fg_output_frame(), ofilter_bind_ost(), and video_sync_process().
int64_t OutputFilterPriv::next_pts |
Definition at line 191 of file ffmpeg_filter.c.
Referenced by fg_output_frame(), and video_sync_process().
FPSConvContext OutputFilterPriv::fps |
Definition at line 192 of file ffmpeg_filter.c.
Referenced by choose_out_timebase(), configure_filtergraph(), fg_free(), fg_output_frame(), fg_output_step(), fg_transcode_step(), ofilter_bind_ost(), and video_sync_process().
int OutputFilterPriv::got_frame |
Definition at line 195 of file ffmpeg_filter.c.
Referenced by fg_output_frame(), fg_output_step(), and fg_transcode_step().