no need for 64bit here
authorMathis Rosenhauer <rosenhauer@dkrz.de>
Thu, 6 Dec 2012 16:56:16 +0000 (17:56 +0100)
committerThomas Jahns <jahns@dkrz.de>
Tue, 19 Feb 2013 10:33:02 +0000 (11:33 +0100)
src/encode.h

index 2510c10..9417b26 100644 (file)
@@ -94,7 +94,7 @@ struct internal_state {
                              * the block has a reference sample or
                              * not */
     int zero_ref;           /* current zero block has a reference sample */
-    int64_t zero_ref_sample;/* reference sample of zero block */
+    uint32_t zero_ref_sample;/* reference sample of zero block */
     int zero_blocks;        /* number of contiguous zero blocks */
     int block_nonzero;      /* 1 if this is the first non-zero block
                              * after one or more zero blocks */