FFmpeg
Data Fields
AlphaMergeContext Struct Reference

Data Fields

int is_packed_rgb
 
uint8_t rgba_map [4]
 
AVFramemain_frame
 
AVFramealpha_frame
 

Detailed Description

Definition at line 39 of file vf_alphamerge.c.

Field Documentation

◆ is_packed_rgb

int AlphaMergeContext::is_packed_rgb

Definition at line 40 of file vf_alphamerge.c.

◆ rgba_map

uint8_t AlphaMergeContext::rgba_map[4]

Definition at line 41 of file vf_alphamerge.c.

◆ main_frame

AVFrame* AlphaMergeContext::main_frame

Definition at line 42 of file vf_alphamerge.c.

◆ alpha_frame

AVFrame* AlphaMergeContext::alpha_frame

Definition at line 43 of file vf_alphamerge.c.


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