[client,common] do not insist on 32bpp for rfx/gfx

This commit is contained in:
Armin Novak 2023-04-13 13:19:57 +02:00 committed by akallabeth
parent 391f5e0ddb
commit 3c3c996974

View File

@ -4368,8 +4368,6 @@ int freerdp_client_settings_parse_command_line_arguments(rdpSettings* settings,
{
settings->FastPathOutput = TRUE;
settings->FrameMarkerCommandEnabled = TRUE;
if (!freerdp_settings_set_uint32(settings, FreeRDP_ColorDepth, 32))
return COMMAND_LINE_ERROR;
}
arg = CommandLineFindArgumentA(largs, "port");