From c0397269fcab67e9acd4fdcbc29f24d79ed0ef39 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Fri, 14 Mar 2014 15:59:46 +0100 Subject: Move image encoding logic into a central EncodeManager class This allows us to apply a lot more server logic independently of which encoder is in use. Most of this class are things moved over from the Tight encoder. --- common/rfb/TightDecoder.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'common/rfb/TightDecoder.h') diff --git a/common/rfb/TightDecoder.h b/common/rfb/TightDecoder.h index 66fa9a0c..a44f7d85 100644 --- a/common/rfb/TightDecoder.h +++ b/common/rfb/TightDecoder.h @@ -64,17 +64,6 @@ namespace rfb { PixelFormat serverpf; bool directDecode; }; - - // Compression control - const unsigned int rfbTightExplicitFilter = 0x04; - const unsigned int rfbTightFill = 0x08; - const unsigned int rfbTightJpeg = 0x09; - const unsigned int rfbTightMaxSubencoding = 0x09; - - // Filters to improve compression efficiency - const unsigned int rfbTightFilterCopy = 0x00; - const unsigned int rfbTightFilterPalette = 0x01; - const unsigned int rfbTightFilterGradient = 0x02; } #endif -- cgit v1.2.3