bitblt_g4.c

changeset 115
dba0804a5871
parent 110
cb75ec9430b4
child 125
e2ef1c2f9eca
     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  {