FFmpeg
Data Fields
PadContext Struct Reference

Data Fields

const AVClassclass
 
int w
 
int h
 output dimensions, a value of 0 will result in the input size More...
 
int x
 
int y
 offsets of the input area with respect to the padded area More...
 
int in_w
 
int in_h
 width and height for the padded input video, which has to be aligned to the chroma values in order to avoid chroma issues More...
 
int inlink_w
 
int inlink_h
 
AVRational aspect
 
char * w_expr
 width expression string More...
 
char * h_expr
 height expression string More...
 
char * x_expr
 width expression string More...
 
char * y_expr
 height expression string More...
 
uint8_t rgba_color [4]
 color for the padding area More...
 
FFDrawContext draw
 
FFDrawColor color
 
int eval_mode
 expression evaluation mode More...
 

Detailed Description

Definition at line 86 of file vf_pad.c.

Field Documentation

◆ class

const AVClass* PadContext::class

Definition at line 87 of file vf_pad.c.

◆ w

int PadContext::w

Definition at line 88 of file vf_pad.c.

◆ h

int PadContext::h

output dimensions, a value of 0 will result in the input size

Definition at line 88 of file vf_pad.c.

◆ x

int PadContext::x

Definition at line 89 of file vf_pad.c.

◆ y

int PadContext::y

offsets of the input area with respect to the padded area

Definition at line 89 of file vf_pad.c.

◆ in_w

int PadContext::in_w

Definition at line 90 of file vf_pad.c.

◆ in_h

int PadContext::in_h

width and height for the padded input video, which has to be aligned to the chroma values in order to avoid chroma issues

Definition at line 90 of file vf_pad.c.

◆ inlink_w

int PadContext::inlink_w

Definition at line 91 of file vf_pad.c.

◆ inlink_h

int PadContext::inlink_h

Definition at line 91 of file vf_pad.c.

◆ aspect

AVRational PadContext::aspect

Definition at line 92 of file vf_pad.c.

◆ w_expr

char* PadContext::w_expr

width expression string

Definition at line 94 of file vf_pad.c.

◆ h_expr

char* PadContext::h_expr

height expression string

Definition at line 95 of file vf_pad.c.

◆ x_expr

char* PadContext::x_expr

width expression string

Definition at line 96 of file vf_pad.c.

◆ y_expr

char* PadContext::y_expr

height expression string

Definition at line 97 of file vf_pad.c.

◆ rgba_color

uint8_t PadContext::rgba_color[4]

color for the padding area

Definition at line 98 of file vf_pad.c.

◆ draw

FFDrawContext PadContext::draw

Definition at line 99 of file vf_pad.c.

◆ color

FFDrawColor PadContext::color

Definition at line 100 of file vf_pad.c.

◆ eval_mode

int PadContext::eval_mode

expression evaluation mode

Definition at line 102 of file vf_pad.c.


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