FFmpeg
Data Fields
FillBordersContext Struct Reference

Data Fields

const AVClassclass
 
int left
 
int right
 
int top
 
int bottom
 
int mode
 
int nb_planes
 
int depth
 
Borders borders [4]
 
int planewidth [4]
 
int planeheight [4]
 
uint8_t fill [4]
 
uint8_t yuv_color [4]
 
uint8_t rgba_color [4]
 
void(* fillborders )(struct FillBordersContext *s, AVFrame *frame)
 

Detailed Description

Definition at line 40 of file vf_fillborders.c.

Field Documentation

◆ class

const AVClass* FillBordersContext::class

Definition at line 41 of file vf_fillborders.c.

◆ left

int FillBordersContext::left

Definition at line 42 of file vf_fillborders.c.

◆ right

int FillBordersContext::right

Definition at line 42 of file vf_fillborders.c.

Referenced by margins_borders16(), and margins_borders8().

◆ top

int FillBordersContext::top

Definition at line 42 of file vf_fillborders.c.

Referenced by margins_borders16(), and margins_borders8().

◆ bottom

int FillBordersContext::bottom

Definition at line 42 of file vf_fillborders.c.

Referenced by margins_borders16(), and margins_borders8().

◆ mode

int FillBordersContext::mode

Definition at line 43 of file vf_fillborders.c.

◆ nb_planes

int FillBordersContext::nb_planes

Definition at line 45 of file vf_fillborders.c.

◆ depth

int FillBordersContext::depth

Definition at line 46 of file vf_fillborders.c.

Referenced by fade_borders16(), and lerp16().

◆ borders

Borders FillBordersContext::borders[4]

Definition at line 47 of file vf_fillborders.c.

◆ planewidth

int FillBordersContext::planewidth[4]

Definition at line 48 of file vf_fillborders.c.

◆ planeheight

int FillBordersContext::planeheight[4]

◆ fill

uint8_t FillBordersContext::fill[4]

◆ yuv_color

uint8_t FillBordersContext::yuv_color[4]

Definition at line 51 of file vf_fillborders.c.

◆ rgba_color

uint8_t FillBordersContext::rgba_color[4]

Definition at line 52 of file vf_fillborders.c.

◆ fillborders

void(* FillBordersContext::fillborders) (struct FillBordersContext *s, AVFrame *frame)

Definition at line 54 of file vf_fillborders.c.


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