FFmpeg
Data Fields
InputFilterPriv Struct Reference

Data Fields

InputFilter ifilter
 
InputFilterOptions opts
 
int index
 
AVFilterContextfilter
 
AVFrameframe
 
uint8_t * linklabel
 
enum AVMediaType type
 
enum AVMediaType type_src
 
int eof
 
int bound
 
int format
 
int width
 
int height
 
AVRational sample_aspect_ratio
 
enum AVColorSpace color_space
 
enum AVColorRange color_range
 
int sample_rate
 
AVChannelLayout ch_layout
 
AVRational time_base
 
AVFifoframe_queue
 
AVBufferRefhw_frames_ctx
 
int displaymatrix_present
 
int displaymatrix_applied
 
int32_t displaymatrix [9]
 
struct {
   AVFrame *   frame
 
   int64_t   last_pts
 
   int64_t   end_pts
 marks if sub2video_update should force an initialization More...
 
   unsigned int   initialize
 
sub2video
 

Detailed Description

Definition at line 104 of file ffmpeg_filter.c.

Field Documentation

◆ ifilter

InputFilter InputFilterPriv::ifilter

◆ opts

InputFilterOptions InputFilterPriv::opts

◆ index

int InputFilterPriv::index

◆ filter

AVFilterContext* InputFilterPriv::filter

◆ frame

AVFrame* InputFilterPriv::frame

◆ linklabel

uint8_t* InputFilterPriv::linklabel

Definition at line 118 of file ffmpeg_filter.c.

Referenced by fg_complex_bind_input(), fg_create(), and fg_free().

◆ type

enum AVMediaType InputFilterPriv::type

◆ type_src

enum AVMediaType InputFilterPriv::type_src

◆ eof

int InputFilterPriv::eof

Definition at line 126 of file ffmpeg_filter.c.

◆ bound

int InputFilterPriv::bound

Definition at line 127 of file ffmpeg_filter.c.

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

◆ format

int InputFilterPriv::format

◆ width

int InputFilterPriv::width

◆ height

int InputFilterPriv::height

◆ sample_aspect_ratio

AVRational InputFilterPriv::sample_aspect_ratio

◆ color_space

enum AVColorSpace InputFilterPriv::color_space

◆ color_range

enum AVColorRange InputFilterPriv::color_range

◆ sample_rate

int InputFilterPriv::sample_rate

◆ ch_layout

AVChannelLayout InputFilterPriv::ch_layout

◆ time_base

AVRational InputFilterPriv::time_base

◆ frame_queue

AVFifo* InputFilterPriv::frame_queue

◆ hw_frames_ctx

AVBufferRef* InputFilterPriv::hw_frames_ctx

◆ displaymatrix_present

int InputFilterPriv::displaymatrix_present

Definition at line 146 of file ffmpeg_filter.c.

Referenced by ifilter_parameters_from_frame(), and send_frame().

◆ displaymatrix_applied

int InputFilterPriv::displaymatrix_applied

Definition at line 147 of file ffmpeg_filter.c.

Referenced by configure_input_video_filter(), and send_frame().

◆ displaymatrix

int32_t InputFilterPriv::displaymatrix[9]

◆ last_pts

int64_t InputFilterPriv::last_pts

Definition at line 153 of file ffmpeg_filter.c.

Referenced by sub2video_prepare(), and sub2video_push_ref().

◆ end_pts

int64_t InputFilterPriv::end_pts

marks if sub2video_update should force an initialization

Definition at line 154 of file ffmpeg_filter.c.

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

◆ initialize

unsigned int InputFilterPriv::initialize

Definition at line 157 of file ffmpeg_filter.c.

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

◆ sub2video

struct { ... } InputFilterPriv::sub2video

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