From: Corentin Chary Date: Wed, 7 Jul 2010 18:57:50 +0000 (+0200) Subject: vnc: JPEG should be disabled if the client don't set tight quality X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2f24e2ed1160b252225bfa6169d552ef955eaaef;p=qmiga%2Fqemu.git vnc: JPEG should be disabled if the client don't set tight quality Disable JPEG compression by default and only enable it if the VNC client has sent the requested quality. Signed-off-by: Corentin Chary Signed-off-by: Anthony Liguori --- diff --git a/vnc.c b/vnc.c index ed0e096000..9cf38d19db 100644 --- a/vnc.c +++ b/vnc.c @@ -1644,7 +1644,7 @@ static void set_encodings(VncState *vs, int32_t *encodings, size_t n_encodings) vs->features = 0; vs->vnc_encoding = 0; vs->tight_compression = 9; - vs->tight_quality = 9; + vs->tight_quality = -1; /* Lossless by default */ vs->absolute = -1; /*