mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
libfreerdp-gdi: Add NSC support for Bitmap Cache V3
This commit is contained in:
@@ -116,7 +116,9 @@ void gdi_Bitmap_Decompress(rdpContext* context, rdpBitmap* bitmap,
|
||||
switch (codec_id)
|
||||
{
|
||||
case RDP_CODEC_ID_NSCODEC:
|
||||
fprintf(stderr, "gdi_Bitmap_Decompress: nsc not done\n");
|
||||
gdi = context->gdi;
|
||||
nsc_process_message(gdi->nsc_context, bpp, width, height, data, length);
|
||||
freerdp_image_flip(((NSC_CONTEXT*)gdi->nsc_context)->bmpdata, bitmap->data, width, height, bpp);
|
||||
break;
|
||||
case RDP_CODEC_ID_REMOTEFX:
|
||||
gdi = context->gdi;
|
||||
|
||||
Reference in New Issue
Block a user