Merge branch 'master' of github.com:awakecoding/FreeRDP
This commit is contained in:
commit
eed07feb4d
@ -30,6 +30,7 @@
|
||||
#endif
|
||||
|
||||
#include <winpr/crt.h>
|
||||
#include <winpr/tchar.h>
|
||||
#include <winpr/registry.h>
|
||||
|
||||
#include <freerdp/codec/rfx.h>
|
||||
|
@ -138,9 +138,6 @@ typedef struct _RFX_COMPONENT_WORK_PARAM RFX_COMPONENT_WORK_PARAM;
|
||||
void CALLBACK rfx_decode_component_work_callback(PTP_CALLBACK_INSTANCE instance, void* context, PTP_WORK work)
|
||||
{
|
||||
RFX_COMPONENT_WORK_PARAM* param = (RFX_COMPONENT_WORK_PARAM*) context;
|
||||
|
||||
printf("rfx_decode_component_work_callback\n");
|
||||
|
||||
rfx_decode_component(param->context, param->quantization_values, param->data, param->size, param->buffer);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user