rfb-proto: Add identifier for Open H.264

h264-encoding
Andri Yngvason 2021-09-26 17:32:37 +00:00
parent b71598b334
commit 1113b6b12a
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ enum rfb_encodings {
RFB_ENCODING_TIGHT = 7,
RFB_ENCODING_TRLE = 15,
RFB_ENCODING_ZRLE = 16,
RFB_ENCODING_OPEN_H264 = 50,
RFB_ENCODING_CURSOR = -239,
RFB_ENCODING_DESKTOPSIZE = -223,
RFB_ENCODING_JPEG_HIGHQ = -23,