Merge branch 'master' of github.com:awakecoding/FreeRDP

This commit is contained in:
Marc-André Moreau 2013-01-23 11:50:28 -05:00
commit eed07feb4d
2 changed files with 1 additions and 3 deletions

View File

@ -30,6 +30,7 @@
#endif
#include <winpr/crt.h>
#include <winpr/tchar.h>
#include <winpr/registry.h>
#include <freerdp/codec/rfx.h>

View File

@ -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);
}