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.


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

Reply via email to