mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:55:42 +00:00
[MPG123] Update to version 1.25.10. CORE-15280
This commit is contained in:
parent
d9e6c9b539
commit
d67156fa98
3 changed files with 5 additions and 6 deletions
3
sdk/lib/3rdparty/libmpg123/layer3.c
vendored
3
sdk/lib/3rdparty/libmpg123/layer3.c
vendored
|
@ -1226,7 +1226,6 @@ static int III_dequantize_sample(mpg123_handle *fr, real xr[SBLIMIT][SSLIMIT],in
|
|||
part2remain += num;
|
||||
backbits(fr, num);
|
||||
num = 0;
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -1235,7 +1234,7 @@ static int III_dequantize_sample(mpg123_handle *fr, real xr[SBLIMIT][SSLIMIT],in
|
|||
gr_info->maxband[0] =
|
||||
gr_info->maxband[1] =
|
||||
gr_info->maxband[2] =
|
||||
gr_info->maxbandl = 0;
|
||||
gr_info->maxbandl = 1; /* sfb=maxband[lwin]*3 + lwin - mixed_block_flag must be >= 0 */
|
||||
gr_info->maxb = 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue