Thu, 13 Mar 2003 03:30:44 +0000
change BIT_BUF_SIZE back to 4K, had been reduced to 1 for debugging.
bitblt_g4.c | file | annotate | diff | revisions |
1.1 diff -r 6f9b00c7b076 -r dba0804a5871 bitblt_g4.c 1.2 --- a/bitblt_g4.c Wed Mar 12 11:17:00 2003 +0000 1.3 +++ b/bitblt_g4.c Thu Mar 13 03:30:44 2003 +0000 1.4 @@ -4,7 +4,7 @@ 1.5 * will be compressed using ITU-T T.6 (G4) fax encoding. 1.6 * 1.7 * G4 compression 1.8 - * $Id: bitblt_g4.c,v 1.12 2003/03/12 02:59:29 eric Exp $ 1.9 + * $Id: bitblt_g4.c,v 1.13 2003/03/12 19:30:44 eric Exp $ 1.10 * Copyright 2003 Eric Smith <eric@brouhaha.com> 1.11 * 1.12 * This program is free software; you can redistribute it and/or modify 1.13 @@ -42,7 +42,7 @@ 1.14 #include "g4_tables.h" 1.15 1.16 1.17 -#define BIT_BUF_SIZE 1 /* 4096 */ 1.18 +#define BIT_BUF_SIZE 4096 1.19 1.20 struct bit_buffer 1.21 {