From 2510951cf838f826892a767ebb1f639dcc192cc9 Mon Sep 17 00:00:00 2001 From: Oliver Schinagl Date: Mon, 6 Jun 2005 23:43:25 +0000 Subject: I have removed all the cinfo referances and it is almost usable see Test_Huffman_Decoder() It still is not tested Gives currently WARNING JWRN_HUFF_BAD_CODE: No error WARNING JWRN_HUFF_BAD_CODE: No error while decoding encoded data. Could still be a bug in the encoder --- include/d_huffman.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/include/d_huffman.h b/include/d_huffman.h index ae19b6c..834a504 100644 --- a/include/d_huffman.h +++ b/include/d_huffman.h @@ -45,11 +45,6 @@ typedef struct { UINT8 look_sym[1<src->next_input_byte; \ -- cgit v0.12