FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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

const AVClass* FillBordersContext::class

Definition at line 41 of file vf_fillborders.c.

int FillBordersContext::left

Definition at line 42 of file vf_fillborders.c.

Referenced by config_input().

int FillBordersContext::right

Definition at line 42 of file vf_fillborders.c.

Referenced by config_input().

int FillBordersContext::top

Definition at line 42 of file vf_fillborders.c.

Referenced by config_input().

int FillBordersContext::bottom

Definition at line 42 of file vf_fillborders.c.

Referenced by config_input().

int FillBordersContext::mode

Definition at line 43 of file vf_fillborders.c.

Referenced by config_input().

int FillBordersContext::nb_planes
int FillBordersContext::depth

Definition at line 46 of file vf_fillborders.c.

Referenced by config_input(), and fixed_borders16().

Borders FillBordersContext::borders[4]
int FillBordersContext::planewidth[4]
int FillBordersContext::planeheight[4]
uint8_t FillBordersContext::fill[4]

Definition at line 50 of file vf_fillborders.c.

Referenced by config_input(), fixed_borders16(), and fixed_borders8().

uint8_t FillBordersContext::yuv_color[4]

Definition at line 51 of file vf_fillborders.c.

Referenced by config_input().

uint8_t FillBordersContext::rgba_color[4]

Definition at line 52 of file vf_fillborders.c.

Referenced by config_input().

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

Definition at line 54 of file vf_fillborders.c.

Referenced by config_input(), and filter_frame().


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