[client,cmdline] Advertise Image RFX GUID when rfx-mode:image
(cherry picked from commit c177299974
)
This commit is contained in:
parent
a38c1be9ee
commit
b27b20b2a2
@ -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")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user