From 289d4f81584a27d99d5bf5204580da02c13b2eed Mon Sep 17 00:00:00 2001 From: Mathis Rosenhauer Date: Thu, 6 Dec 2012 17:56:16 +0100 Subject: [PATCH] no need for 64bit here --- src/encode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/encode.h b/src/encode.h index 2510c10..9417b26 100644 --- a/src/encode.h +++ b/src/encode.h @@ -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 */ -- 2.7.4