[core,capabilities] pass RemoteFxRlgrMode and RemoteFxCodecMode

This commit is contained in:
Armin Novak 2024-07-24 14:30:37 +02:00 committed by akallabeth
parent 9b6e39a880
commit 850389de44
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5

View File

@ -3034,6 +3034,8 @@ static BOOL rdp_apply_bitmap_codecs_capability_set(rdpSettings* settings, const
settings->RemoteFxCodecId = src->RemoteFxCodecId;
settings->RemoteFxCaptureFlags = src->RemoteFxCaptureFlags;
settings->RemoteFxOnly = src->RemoteFxOnly;
settings->RemoteFxRlgrMode = src->RemoteFxRlgrMode;
settings->RemoteFxCodecMode = src->RemoteFxCodecMode;
settings->NSCodecId = src->NSCodecId;
settings->NSCodecAllowDynamicColorFidelity = src->NSCodecAllowDynamicColorFidelity;
settings->NSCodecAllowSubsampling = src->NSCodecAllowSubsampling;