FFmpeg  2.8
Data Fields
BlendContext Struct Reference

Data Fields

const AVClassclass
 
FFDualInputContext dinput
 
int hsub
 
int vsub
 chroma subsampling values More...
 
int nb_planes
 
char * all_expr
 
enum BlendMode all_mode
 
double all_opacity
 
FilterParams params [4]
 
int tblend
 
AVFrameprev_frame
 

Detailed Description

Definition at line 92 of file vf_blend.c.

Field Documentation

const AVClass* BlendContext::class

Definition at line 93 of file vf_blend.c.

FFDualInputContext BlendContext::dinput

Definition at line 94 of file vf_blend.c.

Referenced by config_output(), init(), and uninit().

int BlendContext::hsub

Definition at line 95 of file vf_blend.c.

Referenced by blend_frame(), and config_output().

int BlendContext::vsub

chroma subsampling values

Definition at line 95 of file vf_blend.c.

Referenced by blend_frame(), and config_output().

int BlendContext::nb_planes

Definition at line 96 of file vf_blend.c.

Referenced by blend_frame(), and config_output().

char* BlendContext::all_expr

Definition at line 97 of file vf_blend.c.

Referenced by config_output().

enum BlendMode BlendContext::all_mode

Definition at line 98 of file vf_blend.c.

Referenced by config_output().

double BlendContext::all_opacity

Definition at line 99 of file vf_blend.c.

Referenced by config_output().

FilterParams BlendContext::params[4]

Definition at line 101 of file vf_blend.c.

Referenced by blend_frame(), config_output(), and uninit().

int BlendContext::tblend

Definition at line 102 of file vf_blend.c.

Referenced by blend_frame(), config_output(), and init().

AVFrame* BlendContext::prev_frame

Definition at line 103 of file vf_blend.c.

Referenced by uninit().


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