From 187b344622d55857e92bc29a50cb8eabb2009a7e Mon Sep 17 00:00:00 2001 From: Vic Lee Date: Wed, 22 Jun 2011 15:00:14 +0800 Subject: libfreerdp-rfx: fix missing default quantization_encode function. --- libfreerdp-rfx/librfx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libfreerdp-rfx/librfx.c b/libfreerdp-rfx/librfx.c index b5b046f..c8e5bee 100644 --- a/libfreerdp-rfx/librfx.c +++ b/libfreerdp-rfx/librfx.c @@ -146,6 +146,7 @@ rfx_context_new(void) context->decode_YCbCr_to_RGB = rfx_decode_YCbCr_to_RGB; context->encode_RGB_to_YCbCr = rfx_encode_RGB_to_YCbCr; context->quantization_decode = rfx_quantization_decode; + context->quantization_encode = rfx_quantization_encode; context->dwt_2d_decode = rfx_dwt_2d_decode; /* detect and enable SIMD CPU acceleration */ -- cgit v1.2.3