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

int AlphaMergeContext::is_packed_rgb

Definition at line 40 of file vf_alphamerge.c.

Referenced by config_input_main(), and draw_frame().

uint8_t AlphaMergeContext::rgba_map[4]

Definition at line 41 of file vf_alphamerge.c.

Referenced by config_input_main(), and draw_frame().

struct FFBufQueue AlphaMergeContext::queue_main

Definition at line 42 of file vf_alphamerge.c.

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

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: