FFmpeg  4.0
Data Fields
AlphaMergeContext Struct Reference

Data Fields

int is_packed_rgb
 
uint8_t rgba_map [4]
 
struct FFBufQueue queue_main
 
struct FFBufQueue queue_alpha
 

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.

Referenced by config_input_main(), and draw_frame().

◆ rgba_map

uint8_t AlphaMergeContext::rgba_map[4]

Definition at line 41 of file vf_alphamerge.c.

Referenced by config_input_main(), and draw_frame().

◆ queue_main

struct FFBufQueue AlphaMergeContext::queue_main

Definition at line 42 of file vf_alphamerge.c.

Referenced by filter_frame(), request_frame(), and uninit().

◆ queue_alpha

struct FFBufQueue AlphaMergeContext::queue_alpha

Definition at line 43 of file vf_alphamerge.c.

Referenced by filter_frame(), and uninit().


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