summaryrefslogtreecommitdiff
path: root/src/encode.h
diff options
context:
space:
mode:
authorMathis Rosenhauer <rosenhauer@dkrz.de>2012-12-06 17:56:16 +0100
committerThomas Jahns <jahns@dkrz.de>2013-02-19 11:33:02 +0100
commit289d4f81584a27d99d5bf5204580da02c13b2eed (patch)
treee44a242e2b0bbf3ce1353ad7798612b4ef0d6181 /src/encode.h
parente2efb20bc5b91a7c9e9d3467aeb4aadc73a7bc91 (diff)
downloadlibaec-289d4f81584a27d99d5bf5204580da02c13b2eed.tar.gz
libaec-289d4f81584a27d99d5bf5204580da02c13b2eed.tar.bz2
libaec-289d4f81584a27d99d5bf5204580da02c13b2eed.zip
no need for 64bit here
Diffstat (limited to 'src/encode.h')
-rw-r--r--src/encode.h2
1 files changed, 1 insertions, 1 deletions
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 */