FFmpeg
Data Fields
OutputFilterPriv Struct Reference

Data Fields

OutputFilter ofilter
 
int index
 
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
 

Detailed Description

Definition at line 184 of file ffmpeg_filter.c.

Field Documentation

◆ ofilter

OutputFilter OutputFilterPriv::ofilter

◆ index

int OutputFilterPriv::index

◆ 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 194 of file ffmpeg_filter.c.

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

◆ ch_layout

AVChannelLayout OutputFilterPriv::ch_layout

Definition at line 195 of file ffmpeg_filter.c.

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

◆ tb_out

AVRational OutputFilterPriv::tb_out

◆ tb_out_locked

int OutputFilterPriv::tb_out_locked

Definition at line 202 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 204 of file ffmpeg_filter.c.

Referenced by close_output(), and configure_filtergraph().

◆ formats

const int* OutputFilterPriv::formats

Definition at line 208 of file ffmpeg_filter.c.

Referenced by choose_pix_fmts(), and ofilter_bind_ost().

◆ ch_layouts

const AVChannelLayout* OutputFilterPriv::ch_layouts

Definition at line 209 of file ffmpeg_filter.c.

Referenced by ofilter_bind_ost().

◆ sample_rates

const int* OutputFilterPriv::sample_rates

Definition at line 210 of file ffmpeg_filter.c.

Referenced by ofilter_bind_ost().

◆ enc_timebase

AVRational OutputFilterPriv::enc_timebase

Definition at line 212 of file ffmpeg_filter.c.

Referenced by choose_out_timebase(), and ofilter_bind_ost().

◆ ts_offset

int64_t OutputFilterPriv::ts_offset

Definition at line 214 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 215 of file ffmpeg_filter.c.

Referenced by fg_output_frame(), and video_sync_process().

◆ fps

FPSConvContext OutputFilterPriv::fps

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