FFmpeg
|
Data Fields | |
int | frame_requested |
int | is_packed_rgb |
uint8_t | rgba_map [4] |
struct FFBufQueue | queue_main |
struct FFBufQueue | queue_alpha |
Definition at line 38 of file vf_alphamerge.c.
int AlphaMergeContext::frame_requested |
Definition at line 39 of file vf_alphamerge.c.
Referenced by filter_frame(), and request_frame().
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().