mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +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
|
@ -356,7 +356,7 @@
|
|||
#define PACKAGE_NAME "mpg123"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "mpg123 1.25.8"
|
||||
#define PACKAGE_STRING "mpg123 1.25.10"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "mpg123"
|
||||
|
@ -365,7 +365,7 @@
|
|||
#define PACKAGE_URL ""
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "1.25.8"
|
||||
#define PACKAGE_VERSION "1.25.10"
|
||||
|
||||
/* Define if portaudio v18 API is wanted. */
|
||||
/* #undef PORTAUDIO18 */
|
||||
|
@ -398,7 +398,7 @@
|
|||
/* #undef USE_YASM_FOR_AVX */
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "1.25.8"
|
||||
#define VERSION "1.25.10"
|
||||
|
||||
/* Define to use Win32 named pipes */
|
||||
#define WANT_WIN32_FIFO 1
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
libmpg123: MPEG Audio Decoder library (version 1.25.8)
|
||||
libmpg123: MPEG Audio Decoder library (version 1.25.10)
|
||||
|
||||
copyright 1995-2015 by the mpg123 project
|
||||
free software under the terms of the LGPL 2.1
|
||||
|
|
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…
Reference in a new issue