[vlc-commits] core: vout: add predefined osd slider channels
Victorien Le Couviour--Tuffet
git at videolan.org
Thu Nov 15 16:23:29 CET 2018
vlc | branch: master | Victorien Le Couviour--Tuffet <victorien.lecouviour.tuffet at gmail.com> | Wed Nov 7 16:50:31 2018 +0100| [2b332d7c0971ef617f97d8147ff5898abd9ef253] | committer: Thomas Guillem
core: vout: add predefined osd slider channels
Signed-off-by: Thomas Guillem <thomas at gllm.fr>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2b332d7c0971ef617f97d8147ff5898abd9ef253
---
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 */
/* */
More information about the vlc-commits
mailing list