[codec,progressive] expose progressive simple
server implementations might require serializing messages to a simple tile, so expose this function.
This commit is contained in:
parent
93502f9ece
commit
9a9db5b7f3
@ -62,6 +62,9 @@ extern "C"
|
||||
UINT32 ThreadingFlags);
|
||||
FREERDP_API void progressive_context_free(PROGRESSIVE_CONTEXT* progressive);
|
||||
|
||||
FREERDP_API BOOL progressive_rfx_write_message_progressive_simple(
|
||||
PROGRESSIVE_CONTEXT* progressive, wStream* s, const RFX_MESSAGE* msg);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
@ -2640,8 +2640,8 @@ fail:
|
||||
return rc;
|
||||
}
|
||||
|
||||
static BOOL progressive_rfx_write_message_progressive_simple(PROGRESSIVE_CONTEXT* progressive,
|
||||
wStream* s, const RFX_MESSAGE* msg)
|
||||
BOOL progressive_rfx_write_message_progressive_simple(PROGRESSIVE_CONTEXT* progressive, wStream* s,
|
||||
const RFX_MESSAGE* msg)
|
||||
{
|
||||
RFX_CONTEXT* context;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user