mirror of
https://github.com/videolan/vlc.git
synced 2024-11-23 18:03:48 +08:00
rdp: use RGB24 without a mask
This corresponds to the default RGB24M mask.
This commit is contained in:
parent
03463c279b
commit
2f1524d520
@ -151,7 +151,7 @@ static BOOL desktopResizeHandler( rdpContext *p_context )
|
||||
i_chroma = VLC_CODEC_RGB16;
|
||||
break;
|
||||
case 24:
|
||||
i_chroma = VLC_CODEC_RGB24M;
|
||||
i_chroma = VLC_CODEC_RGB24;
|
||||
break;
|
||||
case 32:
|
||||
i_chroma = VLC_CODEC_ARGB;
|
||||
|
Loading…
Reference in New Issue
Block a user