[vlc-devel] [PATCH] kva: change a color key to 0x000001

KO Myung-Hun komh78 at gmail.com
Wed Jul 28 04:54:15 UTC 2021


0x000001 is more unique than 0x0F0F0F.
---
 modules/video_output/kva.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_output/kva.c b/modules/video_output/kva.c
index 865923c2f2..0bc600bebb 100644
--- a/modules/video_output/kva.c
+++ b/modules/video_output/kva.c
@@ -123,7 +123,7 @@ static MRESULT EXPENTRY WndProc       ( HWND, ULONG, MPARAM, MPARAM );
 
 #define WC_VLC_KVA "WC_VLC_KVA"
 
-#define COLOR_KEY 0x0F0F0F
+#define COLOR_KEY 0x000001
 
 #define WM_VLC_MANAGE               ( WM_USER + 1 )
 #define WM_VLC_SIZE_CHANGE          ( WM_USER + 2 )
-- 
2.30.0



More information about the vlc-devel mailing list