mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
LibAudio: Fix calculation of wasted bits-per-sample
The value was always zero.
This commit is contained in:
parent
2ecd115176
commit
837803531a
Notes:
sideshowbarker
2024-07-19 17:20:11 +09:00
Author: https://github.com/krkk
Commit: 837803531a
Pull-request: https://github.com/SerenityOS/serenity/pull/9194
1 changed files with 0 additions and 1 deletions
|
@ -571,7 +571,6 @@ FlacSubframeHeader FlacLoaderPlugin::next_subframe_header(InputBitStream& bit_st
|
|||
u8 k = 0;
|
||||
if (has_wasted_bits) {
|
||||
bool current_k_bit = 0;
|
||||
u8 k = 0;
|
||||
do {
|
||||
current_k_bit = bit_stream.read_bit_big_endian();
|
||||
++k;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue