search for: cog_debug

Displaying 2 results from an estimated 2 matches for "cog_debug".

Did you mean: log_debug
2007 Apr 18
2
libswfdec/jpeg
libswfdec/jpeg/jpeg_rgb_decoder.c | 1 - 1 files changed, 1 deletion(-) New commits: diff-tree 15ed4a69b4ffc265fe103ba79a0b60af7e42a9fa (from 2073f39bc0b0aa90f1f67def9bb3f0c6b68018ae) Author: Benjamin Otte <otte@gnome.org> Date: Wed Apr 18 10:47:06 2007 +0200 remove leftover debugging statement diff --git a/libswfdec/jpeg/jpeg_rgb_decoder.c b/libswfdec/jpeg/jpeg_rgb_decoder.c
2007 Jul 21
0
12 commits - configure.ac doc/Makefile.am doc/swfdec-sections.txt libswfdec/jpeg libswfdec/swfdec_as_array.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_player.c libswfdec/swfdec_player.h libswfdec/swfdec_player_internal.h
...riable index shadows a global function diff --git a/libswfdec/jpeg/jpeg.c b/libswfdec/jpeg/jpeg.c index e9a98ef..52143dc 100644 --- a/libswfdec/jpeg/jpeg.c +++ b/libswfdec/jpeg/jpeg.c @@ -735,9 +735,9 @@ jpeg_decoder_define_huffman_tables (Jpeg tc = x >> 4; th = x & 0xf; - COG_DEBUG ("huff table type %d (%s) index %d", tc, tc ? "ac" : "dc", th); + COG_DEBUG ("huff table type %d (%s) idx %d", tc, tc ? "ac" : "dc", th); if (tc > 1 || th > 3) { - jpeg_decoder_error(dec, "huffman table type or inde...