[client,cmdline] Advertise Image RFX GUID when rfx-mode:image

(cherry picked from commit c177299974)
This commit is contained in:
Koichiro Iwao 2023-09-24 01:47:36 +09:00 committed by akallabeth
parent a38c1be9ee
commit b27b20b2a2

View File

@ -2728,7 +2728,10 @@ int freerdp_client_settings_parse_command_line_arguments(rdpSettings* settings,
if (strcmp(arg->Value, "video") == 0)
settings->RemoteFxCodecMode = 0x00;
else if (strcmp(arg->Value, "image") == 0)
{
settings->RemoteFxImageCodec = TRUE;
settings->RemoteFxCodecMode = 0x02;
}
}
CommandLineSwitchCase(arg, "frame-ack")
{