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

KO Myung-Hun komh78 at gmail.com
Wed Jul 28 14:42:34 UTC 2021


Thanks!

Steve Lhomme wrote:
> 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
>>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel

-- 
KO Myung-Hun

Using Mozilla SeaMonkey 2.7.2
Under OS/2 Warp 4 for Korean with FixPak #15
In VirtualBox v6.1.10 on Intel Core i7-3615QM 2.30GHz with 8GB RAM

Korean OS/2 User Community : http://www.os2.kr/



More information about the vlc-devel mailing list