Resolve KASM-2948 "Feature/ qoi support"

This commit is contained in:
Anthony Merrill
2022-11-02 17:32:58 +00:00
committed by Matthew McClaskey
parent 9622048753
commit ba8e98a9f6
11 changed files with 1054 additions and 9 deletions

View File

@@ -85,6 +85,7 @@ namespace rfb {
const int pseudoEncodingVideoScalingLevel9 = -1987;
const int pseudoEncodingVideoOutTimeLevel1 = -1986;
const int pseudoEncodingVideoOutTimeLevel100 = -1887;
const int pseudoEncodingQOI = -1886;
// VMware-specific
const int pseudoEncodingVMwareCursor = 0x574d5664;