[vlc-commits] [Git][videolan/vlc][master] kva: change a color key to 0x000001

Hugo Beauzée-Luyssen (@chouquette) gitlab at videolan.org
Thu Aug 5 09:16:41 UTC 2021



Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC


Commits:
51bb2b4c by KO Myung-Hun at 2021-08-05T08:02:54+00:00
kva: change a color key to 0x000001

0x000001 is more unique than 0x0F0F0F.

- - - - -


1 changed file:

- modules/video_output/kva.c


Changes:

=====================================
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 )



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/51bb2b4c5e23d9932d41d10c3b94a1023a4c7a21

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/51bb2b4c5e23d9932d41d10c3b94a1023a4c7a21
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list