[MPG123] Update to version 1.25.10. CORE-15280

This commit is contained in:
Thomas Faber 2018-12-01 18:43:56 +01:00
parent d9e6c9b539
commit d67156fa98
No known key found for this signature in database
GPG key ID: 076E7C3D44720826
3 changed files with 5 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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;
}