FFmpeg
Data Fields
OutputFilterPriv Struct Reference

Data Fields

OutputFilter ofilter
 
AVFilterContextfilter
 
int format
 
int width
 
int height
 
int sample_rate
 
AVChannelLayout ch_layout
 
AVRational tb_out
 
int tb_out_locked
 
AVRational sample_aspect_ratio
 
const intformats
 
const AVChannelLayoutch_layouts
 
const intsample_rates
 
AVRational enc_timebase
 
int64_t ts_offset
 
int64_t next_pts
 
FPSConvContext fps
 
int got_frame
 

Detailed Description

Definition at line 162 of file ffmpeg_filter.c.

Field Documentation

◆ ofilter

OutputFilter OutputFilterPriv::ofilter

◆ filter

AVFilterContext* OutputFilterPriv::filter

◆ format

int OutputFilterPriv::format

◆ width

int OutputFilterPriv::width

◆ height

int OutputFilterPriv::height

◆ sample_rate

int OutputFilterPriv::sample_rate

Definition at line 170 of file ffmpeg_filter.c.

Referenced by configure_filtergraph(), fg_transcode_step(), and ofilter_bind_ost().

◆ ch_layout

AVChannelLayout OutputFilterPriv::ch_layout

Definition at line 171 of file ffmpeg_filter.c.

Referenced by configure_filtergraph(), fg_free(), and fg_transcode_step().

◆ tb_out

AVRational OutputFilterPriv::tb_out

◆ tb_out_locked

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().

◆ sample_aspect_ratio

AVRational OutputFilterPriv::sample_aspect_ratio

Definition at line 180 of file ffmpeg_filter.c.

Referenced by configure_filtergraph(), and fg_transcode_step().

◆ formats

const int* OutputFilterPriv::formats

Definition at line 184 of file ffmpeg_filter.c.

Referenced by choose_pix_fmts(), and ofilter_bind_ost().

◆ ch_layouts

const AVChannelLayout* OutputFilterPriv::ch_layouts

Definition at line 185 of file ffmpeg_filter.c.

Referenced by ofilter_bind_ost().

◆ sample_rates

const int* OutputFilterPriv::sample_rates

Definition at line 186 of file ffmpeg_filter.c.

Referenced by ofilter_bind_ost().

◆ enc_timebase

AVRational OutputFilterPriv::enc_timebase

Definition at line 188 of file ffmpeg_filter.c.

Referenced by choose_out_timebase(), and ofilter_bind_ost().

◆ ts_offset

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().

◆ next_pts

int64_t OutputFilterPriv::next_pts

Definition at line 191 of file ffmpeg_filter.c.

Referenced by fg_output_frame(), and video_sync_process().

◆ fps

FPSConvContext OutputFilterPriv::fps

◆ got_frame

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().


The documentation for this struct was generated from the following file: