Data Fields | |
| const AVClass * | class |
| int | x |
| int | y |
| position of overlayed picture | |
| int | allow_packed_rgb |
| uint8_t | main_is_packed_rgb |
| uint8_t | main_rgba_map [4] |
| uint8_t | main_has_alpha |
| uint8_t | overlay_is_packed_rgb |
| uint8_t | overlay_rgba_map [4] |
| uint8_t | overlay_has_alpha |
| AVFilterBufferRef * | overpicref |
| int | main_pix_step [4] |
| steps per pixel for each plane of the main output | |
| int | overlay_pix_step [4] |
| steps per pixel for each plane of the overlay | |
| int | hsub |
| int | vsub |
| chroma subsampling values | |
| char * | x_expr |
| char * | y_expr |
Definition at line 66 of file vf_overlay.c.
| const AVClass* OverlayContext::class |
| uint8_t OverlayContext::main_has_alpha |
steps per pixel for each plane of the main output
Definition at line 80 of file vf_overlay.c.
Referenced by blend_slice(), and config_input_main().
| uint8_t OverlayContext::main_rgba_map[4] |
steps per pixel for each plane of the overlay
Definition at line 81 of file vf_overlay.c.
Referenced by blend_slice(), and config_input_overlay().
| uint8_t OverlayContext::overlay_rgba_map[4] |
Definition at line 75 of file vf_overlay.c.
Referenced by blend_slice(), and config_input_overlay().
Definition at line 78 of file vf_overlay.c.
Referenced by draw_slice(), start_frame(), start_frame_overlay(), and uninit().
chroma subsampling values
Definition at line 82 of file vf_overlay.c.
Referenced by blend_slice(), and config_input_main().
| char* OverlayContext::x_expr |
Definition at line 84 of file vf_overlay.c.
Referenced by config_input_overlay(), init(), and uninit().
position of overlayed picture
Definition at line 68 of file vf_overlay.c.
Referenced by config_input_overlay(), and draw_slice().
| char * OverlayContext::y_expr |
Definition at line 84 of file vf_overlay.c.
Referenced by config_input_overlay(), init(), and uninit().
1.5.8