Skip to content

Commit

Permalink
rfbproto: Request quality level with open-h264
Browse files Browse the repository at this point in the history
  • Loading branch information
any1 committed Jul 10, 2022
1 parent ca6036f commit df203e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rfbproto.c
Original file line number Diff line number Diff line change
Expand Up @@ -1409,6 +1409,7 @@ rfbBool SetFormatAndEncodings(rfbClient* client)
rfbClientSwap32IfLE(rfbEncodingRRE);
} else if (strncasecmp(encStr, "open-h264", encStrLen) == 0) {
encs[se->nEncodings++] = rfbClientSwap32IfLE(50);
requestQualityLevel = TRUE;
} else {
rfbClientLog("Unknown encoding '%.*s'\n", encStrLen,
encStr);
Expand Down

0 comments on commit df203e5

Please sign in to comment.