Skip to content
Snippets Groups Projects
Commit b60f0293 authored by Mathis Rosenhauer's avatar Mathis Rosenhauer
Browse files

Fix type

Found by UBSan
parent 27a821af
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ struct internal_state {
int bitp;
/* last fundamental sequence in accumulator */
int fs;
uint32_t fs;
/* 1 if current block has reference sample */
int ref;
......
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