[go: nahoru, domu]

Skip to content

Commit

Permalink
tweak PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Barrett committed Jul 13, 2020
1 parent add7adc commit fb1cea0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stb_vorbis.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fb1cea0

Please sign in to comment.