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_quantization.h')
-rw-r--r--libfreerdp-rfx/rfx_quantization.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libfreerdp-rfx/rfx_quantization.h b/libfreerdp-rfx/rfx_quantization.h
index 53d35b8..6a37f28 100644
--- a/libfreerdp-rfx/rfx_quantization.h
+++ b/libfreerdp-rfx/rfx_quantization.h
@@ -23,7 +23,9 @@
#include <freerdp/rfx.h>
void
-rfx_quantization_decode(uint32 * buffer, int buffer_size, uint32 factor);
+rfx_quantization_decode(sint16 * buffer, const uint32 * quantization_values);
+void
+rfx_quantization_encode(sint16 * buffer, const uint32 * quantization_values);
#endif