vlc | branch: master | Victorien Le Couviour--Tuffet 
<[email protected]> | Wed Nov  7 16:50:31 2018 +0100| 
[2b332d7c0971ef617f97d8147ff5898abd9ef253] | 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=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 */
 
 /* */

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to