mirror of
https://github.com/nothings/stb.git
synced 2026-03-02 06:18:26 +00:00
tweak PR
This commit is contained in:
@@ -1604,7 +1604,6 @@ static uint32 get_bits(vorb *f, int n)
|
||||
}
|
||||
|
||||
assert(f->valid_bits >= n);
|
||||
|
||||
z = f->acc & ((1 << n)-1);
|
||||
f->acc >>= n;
|
||||
f->valid_bits -= n;
|
||||
|
||||
Reference in New Issue
Block a user