aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/TightDecoder.h
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2015-11-13 11:16:33 +0100
committerPierre Ossman <ossman@cendio.se>2015-11-27 11:11:03 +0100
commitbf431a6b980f80d74463afbc60a3de3ce95dd5b5 (patch)
tree72788f8112335d5ac4471c38b5eac42e9d8565a7 /common/rfb/TightDecoder.h
parente6ad4456230799c1eac59010b5eaad83005fc0df (diff)
downloadtigervnc-bf431a6b980f80d74463afbc60a3de3ce95dd5b5.tar.gz
tigervnc-bf431a6b980f80d74463afbc60a3de3ce95dd5b5.zip
Allow parallel decoding of Tight JPEG rects
The cost is some more load on malloc(), but it should be small compared to the gains of spreading the CPU heavy JPEG decoding over multiple CPUs.
Diffstat (limited to 'common/rfb/TightDecoder.h')
-rw-r--r--common/rfb/TightDecoder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/rfb/TightDecoder.h b/common/rfb/TightDecoder.h
index a98788f6..6eb93d2a 100644
--- a/common/rfb/TightDecoder.h
+++ b/common/rfb/TightDecoder.h
@@ -67,7 +67,6 @@ namespace rfb {
private:
rdr::ZlibInStream zis[4];
- JpegDecompressor jd;
};
}