Index: /branches/zorg/include/mpcdec/huffman.h
===================================================================
--- /branches/zorg/include/mpcdec/huffman.h	(revision 16)
+++ /branches/zorg/include/mpcdec/huffman.h	(revision 17)
@@ -52,6 +52,6 @@
 typedef struct huffman_type_t {
     mpc_uint32_t  Code;
-    mpc_uint16_t  Length;
-    mpc_int16_t   Value;
+    mpc_uint8_t   Length;
+    mpc_int8_t    Value;
 } HuffmanTyp;
 
