Skip to content

Commit

Permalink
Updating quantization values to remove corruption.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexarian committed Jan 7, 2024
1 parent aafb6d3 commit 07a9407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xrdp/xrdp_encoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
/* LH3 LL3, HH3 HL3, HL2 LH2, LH1 HH2, HH1 HL1 todo check this */
static const unsigned char g_rfx_quantization_values[] =
{
0x66, 0x66, 0x77, 0x88, 0x98,
0x76, 0x77, 0x88, 0x98, 0xA9
0x66, 0x66, 0x77, 0x87, 0x98,
0x76, 0x77, 0x88, 0x98, 0x99
};
#endif

Expand Down

0 comments on commit 07a9407

Please sign in to comment.