Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mathis Rosenhauer
libaec
Commits
289d4f81
Commit
289d4f81
authored
Dec 06, 2012
by
Mathis Rosenhauer
Committed by
Thomas Jahns
Feb 19, 2013
Browse files
no need for 64bit here
parent
e2efb20b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/encode.h
View file @
289d4f81
...
...
@@ -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 */
int
64
_t
zero_ref_sample
;
/* reference sample of zero block */
u
int
32
_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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment