Skip to content

Commit

Permalink
fixup! GFX: use the preferred codec preferred in the config (H264 or …
Browse files Browse the repository at this point in the history
…RFX)
  • Loading branch information
metalefty committed Aug 26, 2024
1 parent 35a74d1 commit 2459fdf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xrdp/xrdp_mm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1452,6 +1452,9 @@ xrdp_mm_egfx_caps_advertise(void *user, int caps_count,
best_index = best_pro_index;
self->egfx_flags = XRDP_EGFX_RFX_PRO;
}
if (best_h264_index >= 0)
{
}
#endif

if (best_index >= 0)
Expand Down

0 comments on commit 2459fdf

Please sign in to comment.