Skip to content
Snippets Groups Projects
Commit 289d4f81 authored by Mathis Rosenhauer's avatar Mathis Rosenhauer Committed by Thomas Jahns
Browse files

no need for 64bit here

parent e2efb20b
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment