Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRDP/FreeRDP-old.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libfreerdp-rfx/rfx_decode.c')
-rw-r--r--libfreerdp-rfx/rfx_decode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libfreerdp-rfx/rfx_decode.c b/libfreerdp-rfx/rfx_decode.c
index aff61ef..8dc8853 100644
--- a/libfreerdp-rfx/rfx_decode.c
+++ b/libfreerdp-rfx/rfx_decode.c
@@ -120,7 +120,7 @@ rfx_decode_component(RFX_CONTEXT * context, const uint32 * quantization_values,
PROFILER_EXIT(context->prof_rfx_quantization_decode);
PROFILER_ENTER(context->prof_rfx_dwt_2d_decode);
- context->dwt_2d_decode(buffer, context->dwt_buffer_8, context->dwt_buffer_16, context->dwt_buffer_32);
+ context->dwt_2d_decode(buffer, context->dwt_buffer);
PROFILER_EXIT(context->prof_rfx_dwt_2d_decode);
PROFILER_EXIT(context->prof_rfx_decode_component);