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