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

Steve Lhomme robux4 at ycbcr.xyz
Wed Jul 28 05:22:28 UTC 2021


Hi,

You should send your patches as Merge Requests on Gitlab instead of the 
mailing list:
https://code.videolan.org/videolan/vlc


On 2021-07-28 6:54, KO Myung-Hun wrote:
> 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
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
> 


More information about the vlc-devel mailing list