vlc | branch: master | Victorien Le Couviour--Tuffet <[email protected]> | Wed Nov 7 16:50:31 2018 +0100| [82260d0153054a87da5969b3701c8f3554b65b2e] | committer: Thomas Guillem
core: vout: add predefined osd slider channels Signed-off-by: Thomas Guillem <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=82260d0153054a87da5969b3701c8f3554b65b2e --- include/vlc_vout.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/vlc_vout.h b/include/vlc_vout.h index 0a4e07f85d..a82459b6c8 100644 --- a/include/vlc_vout.h +++ b/include/vlc_vout.h @@ -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 */ /* */ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
