xfreerdp: initialize NSCodec context if NSCodec is enabled
This commit is contained in:
parent
24f413c0a0
commit
9c8baae8e7
@ -556,6 +556,9 @@ boolean xf_post_connect(freerdp* instance)
|
||||
|
||||
if (instance->settings->rfx_codec)
|
||||
xfi->rfx_context = (void*) rfx_context_new();
|
||||
|
||||
if (instance->settings->ns_codec)
|
||||
xfi->nsc_context = (void*) nsc_context_new();
|
||||
}
|
||||
|
||||
if (xfi->fullscreen)
|
||||
|
Loading…
x
Reference in New Issue
Block a user