Skip to content
Snippets Groups Projects
Commit 82260d01 authored by Victorien Le Couviour--Tuffet's avatar Victorien Le Couviour--Tuffet Committed by Thomas Guillem
Browse files

core: vout: add predefined osd slider channels


Signed-off-by: default avatarThomas Guillem <thomas@gllm.fr>
parent 72f78060
No related branches found
No related tags found
No related merge requests found
......@@ -106,6 +106,8 @@ VLC_API void vout_PutPicture( vout_thread_t *, picture_t * );
/* Subpictures channels ID */
#define VOUT_SPU_CHANNEL_INVALID (-1) /* Always fails in comparison */
#define VOUT_SPU_CHANNEL_OSD 1 /* OSD channel is automatically cleared */
#define VOUT_SPU_CHANNEL_OSD_HSLIDER 2
#define VOUT_SPU_CHANNEL_OSD_VSLIDER 3
#define VOUT_SPU_CHANNEL_AVAIL_FIRST 8 /* Registerable channels from this offset */
/* */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment