VNC-151 Extend CRF/CPQ value range to 0-63 in video encoding parameter

This commit is contained in:
El 2025-10-27 10:03:31 +00:00
parent f96ac2d474
commit fd5e1d6463
No known key found for this signature in database
GPG key ID: 205388FEB607950A

View file

@ -265,7 +265,7 @@ rfb::BoolParameter rfb::Server::printVideoArea
rfb::IntParameter rfb::Server::videoQualityCRFCQP
("VideoQualityCRFCPQ",
"The CRF/CPQ value to use when encoding video",
17, 0, 51);
17, 0, 63);
rfb::IntParameter rfb::Server::groupOfPicture
("GroupOfPicture",
"The number of frames to group together for encoding",