search for: jpeg_log

Displaying 1 result from an estimated 1 matches for "jpeg_log".

Did you mean: jpeg_img
2007 Feb 13
0
libswfdec/jpeg libswfdec/swfdec_image.c
...> +//#include <liboil/liboildebug.h> + +#define OIL_DEBUG(...) do { } while (0) + #include "huffman.h" #include "jpeg_debug.h" +#define DEBUG printf + /* misc helper function definitions */ static char *sprintbits (char *str, unsigned int bits, int n); -#undef JPEG_LOG -#define JPEG_LOG(...) +#define TRUE 1 +#define FALSE 0 void huffman_table_dump (HuffmanTable * table) @@ -24,16 +30,16 @@ huffman_table_dump (HuffmanTable * table unsigned int n_bits; unsigned int code; char str[33]; - unsigned int i; + int i; HuffmanEntry *entry; - JPEG_LOG...