|
@@ -330,7 +330,7 @@ tight_detect_smooth_image(VncState *vs, int w, int h)
|
|
} else {
|
|
} else {
|
|
errors = tight_detect_smooth_image16(vs, w, h);
|
|
errors = tight_detect_smooth_image16(vs, w, h);
|
|
}
|
|
}
|
|
- if (quality != -1) {
|
|
|
|
|
|
+ if (quality != (uint8_t)-1) {
|
|
return (errors < tight_conf[quality].jpeg_threshold);
|
|
return (errors < tight_conf[quality].jpeg_threshold);
|
|
}
|
|
}
|
|
return (errors < tight_conf[compression].gradient_threshold);
|
|
return (errors < tight_conf[compression].gradient_threshold);
|