diff options
author | dscho <dscho> | 2005-05-24 08:59:31 +0000 |
---|---|---|
committer | dscho <dscho> | 2005-05-24 08:59:31 +0000 |
commit | b225ee993ac49bbde5f3cf56c06a7ae80bb7e1fe (patch) | |
tree | 4b884e5d4c0effe1ae95b6f07b61c5a7a0701e85 /test | |
parent | 93ab95b1d39ac139b0af796fbe8557dda67efda7 (diff) | |
download | libtdevnc-b225ee993ac49bbde5f3cf56c06a7ae80bb7e1fe.tar.gz libtdevnc-b225ee993ac49bbde5f3cf56c06a7ae80bb7e1fe.zip |
implement ZRLE decoding
Diffstat (limited to 'test')
-rw-r--r-- | test/encodingstest.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/encodingstest.c b/test/encodingstest.c index 821b2ae..c2f8135 100644 --- a/test/encodingstest.c +++ b/test/encodingstest.c @@ -25,8 +25,7 @@ static encoding_t testEncodings[]={ #ifdef LIBVNCSERVER_HAVE_LIBZ { rfbEncodingZlib, "zlib" }, { rfbEncodingZlibHex, "zlibhex" }, - /* TODO: implement ZRLE decoding */ - /* { rfbEncodingZRLE, "zrle" }, */ + { rfbEncodingZRLE, "zrle" }, #ifdef LIBVNCSERVER_HAVE_LIBJPEG { rfbEncodingTight, "tight" }, #endif |