#include <vlc_spu.h>
Public Attributes | |
VLC_COMMON_MEMBERS vlc_mutex_t | subpicture_lock |
subpicture_t | p_subpicture [VOUT_MAX_SUBPICTURES] |
int | i_channel |
filter_t * | p_blend |
filter_t * | p_text |
filter_t * | p_scale |
vlc_bool_t | b_force_crop |
int | i_crop_height |
int | i_margin |
vlc_bool_t | b_force_palette |
uint8_t | palette [4][4] |
Definition at line 35 of file vlc_spu.h.
|
force cropping of subpicture |
|
force palette of subpicture |
|
number of subpicture channels registered |
|
cropping |
|
force position of a subpicture |
|
alpha blending module |
|
scaling module |
|
subpictures |
|
text renderer module |
|
forced palette |
|
subpicture heap lock |