[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);
|
UINT32 ThreadingFlags);
|
||||||
FREERDP_API void progressive_context_free(PROGRESSIVE_CONTEXT* progressive);
|
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
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -2640,8 +2640,8 @@ fail:
|
|||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
||||||
static BOOL progressive_rfx_write_message_progressive_simple(PROGRESSIVE_CONTEXT* progressive,
|
BOOL progressive_rfx_write_message_progressive_simple(PROGRESSIVE_CONTEXT* progressive, wStream* s,
|
||||||
wStream* s, const RFX_MESSAGE* msg)
|
const RFX_MESSAGE* msg)
|
||||||
{
|
{
|
||||||
RFX_CONTEXT* context;
|
RFX_CONTEXT* context;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user