[vlc-devel] [V4 PATCH 9/9] core: remove VLC_HIGHLIGHT_MUTEX

Thomas Guillem thomas at gllm.fr
Tue Jul 17 17:00:24 CEST 2018


TODO: do like dvdnav for MKV:

mkv: use ES_OUT_SET_VOUT_MOUSE_EVENT
mkv: use ES_OUT_SPU_SET_HIGHLIGHT
---
 include/vlc_threads.h | 1 -
 src/misc/threads.c    | 1 -
 2 files changed, 2 deletions(-)

diff --git a/include/vlc_threads.h b/include/vlc_threads.h
index 4bd71e01b4..b751893321 100644
--- a/include/vlc_threads.h
+++ b/include/vlc_threads.h
@@ -1107,7 +1107,6 @@ enum
    VLC_GCRYPT_MUTEX,
    VLC_XLIB_MUTEX,
    VLC_MOSAIC_MUTEX,
-   VLC_HIGHLIGHT_MUTEX,
 #ifdef _WIN32
    VLC_MTA_MUTEX,
 #endif
diff --git a/src/misc/threads.c b/src/misc/threads.c
index 3fb438000d..9e99ab0d02 100644
--- a/src/misc/threads.c
+++ b/src/misc/threads.c
@@ -36,7 +36,6 @@ void vlc_global_mutex (unsigned n, bool acquire)
         VLC_STATIC_MUTEX,
         VLC_STATIC_MUTEX,
         VLC_STATIC_MUTEX,
-        VLC_STATIC_MUTEX,
 #ifdef _WIN32
         VLC_STATIC_MUTEX, // For MTA holder
 #endif
-- 
2.18.0



More information about the vlc-devel mailing list