code refactoring + integrate rdesktop code for bitmap decompression

This commit is contained in:
speyrefitte
2014-06-30 18:04:51 +02:00
parent cbb9976866
commit c53841ac57
13 changed files with 1083 additions and 1023 deletions

View File

@@ -4,6 +4,5 @@
#include "../../src/rle/rle.h"
%End
int rle_decode_uint8(void* output, int width, int height, char* input, int size);
int rle_decode_uint16(void* output, int width, int height, char* input, int size);
int rle_decode_uint24(void* output, int width, int height, char* input, int size);
int bitmap_decompress(void * output, int width, int height, char * input, int size, int Bpp);