mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:35:47 +00:00
[LIBMPG123] Update to version 1.25.8. CORE-14291
This commit is contained in:
parent
f46b177e11
commit
2f8a7f36f5
6 changed files with 52 additions and 28 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.6"
|
||||
#define PACKAGE_STRING "mpg123 1.25.8"
|
||||
|
||||
/* 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.6"
|
||||
#define PACKAGE_VERSION "1.25.8"
|
||||
|
||||
/* 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.6"
|
||||
#define VERSION "1.25.8"
|
||||
|
||||
/* Define to use Win32 named pipes */
|
||||
#define WANT_WIN32_FIFO 1
|
||||
|
|
|
@ -45,6 +45,7 @@ static unsigned int getbits(mpg123_handle *fr, int number_of_bits)
|
|||
fprintf(stderr,"g%d",number_of_bits);
|
||||
#endif
|
||||
/* Safety catch until we got the nasty code fully figured out. */
|
||||
/* No, that catch stays here, even if we think we got it figured out! */
|
||||
if( (long)(fr->wordpointer-fr->bsbuf)*8
|
||||
+ fr->bitindex+number_of_bits > (long)fr->framesize*8 )
|
||||
return 0;
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
#define HDR_CMPMASK (HDR_SYNC|HDR_VERSION|HDR_LAYER|HDR_SAMPLERATE)
|
||||
|
||||
/* A stricter mask, for matching free format headers. */
|
||||
#define HDR_SAMEMASK (HDR_SYNC|HDR_VERSION|HDR_LAYER|HDR_BITRATE|HDR_SAMPLERATE|HDR_CHANNEL|HDR_CHANEX)
|
||||
#define HDR_SAMEMASK (HDR_SYNC|HDR_VERSION|HDR_LAYER|HDR_BITRATE|HDR_SAMPLERATE|HDR_CHANNEL)
|
||||
|
||||
/* Free format headers have zero bitrate value. */
|
||||
#define HDR_FREE_FORMAT(head) (!(head & HDR_BITRATE))
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
libmpg123: MPEG Audio Decoder library (version 1.25.6)
|
||||
libmpg123: MPEG Audio Decoder library (version 1.25.8)
|
||||
|
||||
copyright 1995-2015 by the mpg123 project
|
||||
free software under the terms of the LGPL 2.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue