FFmpeg  4.3.7
Data Fields
AlphaMergeContext Struct Reference

Data Fields

const AVClassclass
 
int is_packed_rgb
 
uint8_t rgba_map [4]
 
AVFramemain_frame
 
AVFramealpha_frame
 

Detailed Description

Definition at line 40 of file vf_alphamerge.c.

Field Documentation

◆ class

const AVClass* AlphaMergeContext::class

Definition at line 41 of file vf_alphamerge.c.

◆ is_packed_rgb

int AlphaMergeContext::is_packed_rgb

Definition at line 43 of file vf_alphamerge.c.

Referenced by config_input_main(), and draw_frame().

◆ rgba_map

uint8_t AlphaMergeContext::rgba_map[4]

Definition at line 44 of file vf_alphamerge.c.

Referenced by config_input_main(), and draw_frame().

◆ main_frame

AVFrame* AlphaMergeContext::main_frame

Definition at line 45 of file vf_alphamerge.c.

Referenced by activate().

◆ alpha_frame

AVFrame* AlphaMergeContext::alpha_frame

Definition at line 46 of file vf_alphamerge.c.

Referenced by activate().


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