Skip to content

Commit

Permalink
[client,cmdline] Advertise Image RFX GUID when rfx-mode:image
Browse files Browse the repository at this point in the history
(cherry picked from commit c177299)
  • Loading branch information
metalefty authored and akallabeth committed Sep 26, 2023
1 parent a38c1be commit b27b20b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/common/cmdline.c
Original file line number Diff line number Diff line change
Expand Up @@ -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")
{
Expand Down

0 comments on commit b27b20b

Please sign in to comment.