FFmpeg
Loading...
Searching...
No Matches
InputFilterPriv Struct Reference

Data Fields

InputFilter ifilter
InputFilterOptions opts
AVFrameframe
OutputFilterofilter_src
enum AVMediaType type_src
int eof
int bound
int drop_warned
uint64_t nb_dropped
int format
int width
int height
AVRational sample_aspect_ratio
enum AVColorSpace color_space
enum AVColorRange color_range
enum AVAlphaMode alpha_mode
int sample_rate
AVChannelLayout ch_layout
AVRational time_base
AVFrameSideData ** side_data
int nb_side_data
AVFifoframe_queue
AVBufferRefhw_frames_ctx
int displaymatrix_present
int displaymatrix_applied
int32_t displaymatrix [9]
int downmixinfo_present
AVDownmixInfo downmixinfo
AVBufferRefdownmixmatrix
size_t downmixmatrix_size
int downmixmatrix_present
struct { 
   AVFrame *   frame 
   int64_t   last_pts 
   int64_t   end_pts 
   unsigned int   initialize 
 marks if sub2video_update should force an initialization More...
sub2video

Detailed Description

Definition at line 100 of file ffmpeg_filter.c.

Field Documentation

◆ ifilter

◆ opts

◆ frame

◆ ofilter_src

OutputFilter* InputFilterPriv::ofilter_src

Definition at line 109 of file ffmpeg_filter.c.

Referenced by ofilter_bind_ifilter(), and send_frame().

◆ type_src

◆ eof

int InputFilterPriv::eof

Definition at line 115 of file ffmpeg_filter.c.

Referenced by close_input().

◆ bound

int InputFilterPriv::bound

Definition at line 116 of file ffmpeg_filter.c.

Referenced by bind_inputs(), ifilter_bind_dec(), ifilter_bind_fg(), and ifilter_bind_ist().

◆ drop_warned

int InputFilterPriv::drop_warned

Definition at line 117 of file ffmpeg_filter.c.

Referenced by send_frame().

◆ nb_dropped

uint64_t InputFilterPriv::nb_dropped

Definition at line 118 of file ffmpeg_filter.c.

Referenced by filter_thread(), and send_frame().

◆ format

◆ width

◆ height

◆ sample_aspect_ratio

AVRational InputFilterPriv::sample_aspect_ratio

◆ color_space

◆ color_range

◆ alpha_mode

◆ sample_rate

int InputFilterPriv::sample_rate

◆ ch_layout

AVChannelLayout InputFilterPriv::ch_layout

◆ time_base

◆ side_data

◆ nb_side_data

◆ frame_queue

AVFifo* InputFilterPriv::frame_queue

◆ hw_frames_ctx

AVBufferRef* InputFilterPriv::hw_frames_ctx

◆ displaymatrix_present

int InputFilterPriv::displaymatrix_present

Definition at line 141 of file ffmpeg_filter.c.

Referenced by ifilter_parameters_from_frame(), and send_frame().

◆ displaymatrix_applied

int InputFilterPriv::displaymatrix_applied

◆ displaymatrix

int32_t InputFilterPriv::displaymatrix[9]

◆ downmixinfo_present

int InputFilterPriv::downmixinfo_present

Definition at line 145 of file ffmpeg_filter.c.

Referenced by ifilter_parameters_from_frame(), and send_frame().

◆ downmixinfo

AVDownmixInfo InputFilterPriv::downmixinfo

Definition at line 146 of file ffmpeg_filter.c.

Referenced by ifilter_parameters_from_frame(), and send_frame().

◆ downmixmatrix

AVBufferRef* InputFilterPriv::downmixmatrix

Definition at line 148 of file ffmpeg_filter.c.

Referenced by fg_free(), ifilter_parameters_from_frame(), and send_frame().

◆ downmixmatrix_size

size_t InputFilterPriv::downmixmatrix_size

Definition at line 149 of file ffmpeg_filter.c.

Referenced by ifilter_parameters_from_frame(), and send_frame().

◆ downmixmatrix_present

int InputFilterPriv::downmixmatrix_present

Definition at line 150 of file ffmpeg_filter.c.

Referenced by ifilter_parameters_from_frame(), and send_frame().

◆ last_pts

int64_t InputFilterPriv::last_pts

Definition at line 155 of file ffmpeg_filter.c.

Referenced by sub2video_prepare(), and sub2video_push_ref().

◆ end_pts

int64_t InputFilterPriv::end_pts

◆ initialize

unsigned int InputFilterPriv::initialize

marks if sub2video_update should force an initialization

Definition at line 159 of file ffmpeg_filter.c.

Referenced by sub2video_heartbeat(), sub2video_prepare(), and sub2video_update().

◆ [struct]


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