mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
score equals 0 if codec unsupported
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -434,10 +434,8 @@ enum ImageQuality {
|
||||
|
||||
message VideoCodecState {
|
||||
int32 ScoreVpx = 1;
|
||||
bool H264 = 2;
|
||||
int32 ScoreH264 = 3;
|
||||
bool H265 = 4;
|
||||
int32 ScoreH265 = 5;
|
||||
int32 ScoreH264 = 2;
|
||||
int32 ScoreH265 = 3;
|
||||
}
|
||||
|
||||
message OptionMessage {
|
||||
|
||||
Reference in New Issue
Block a user