mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[server,shadow] Fix RFX SurfaceBitsCommands
* Use RLGR mode from settings (might be overwritten by client) * Only send RFX SurfaceBits if SURFCMDS_STREAM_SURFACE_BITS was set in capabilities
This commit is contained in:
@@ -160,7 +160,7 @@ extern "C"
|
||||
RECTANGLE_16 subRect;
|
||||
|
||||
/* Codec settings */
|
||||
RLGR_MODE rfxMode;
|
||||
RLGR_MODE rfxMode; /* unused */
|
||||
H264_RATECONTROL_MODE h264RateControlMode;
|
||||
UINT32 h264BitRate;
|
||||
UINT32 h264FrameRate;
|
||||
|
||||
Reference in New Issue
Block a user