From 1113b6b12a706177089a1ab98ed37819c10dc1f7 Mon Sep 17 00:00:00 2001 From: Andri Yngvason Date: Sun, 26 Sep 2021 17:32:37 +0000 Subject: [PATCH] rfb-proto: Add identifier for Open H.264 --- include/rfb-proto.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/rfb-proto.h b/include/rfb-proto.h index 1fdf895..223e29f 100644 --- a/include/rfb-proto.h +++ b/include/rfb-proto.h @@ -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,