mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-11 02:00:56 +00:00
windows codecs: updated libmpg123 to latest stable 1.13.6 version.
git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@643 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
1bc8ffdb15
commit
8d54cbcf10
5 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
libmpg123: MPEG Audio Decoder library (version 1.13.4)
|
libmpg123: MPEG Audio Decoder library (version 1.13.6)
|
||||||
|
|
||||||
copyright 1995-2010 by the mpg123 project - free software under the terms of the LGPL 2.1
|
copyright 1995-2010 by the mpg123 project - free software under the terms of the LGPL 2.1
|
||||||
see COPYING and AUTHORS files in distribution or http://mpg123.org
|
see COPYING and AUTHORS files in distribution or http://mpg123.org
|
||||||
|
@ -133,7 +133,7 @@ EXPORT void mpg123_delete(mpg123_handle *mh);
|
||||||
/** Enumeration of the parameters types that it is possible to set/get. */
|
/** Enumeration of the parameters types that it is possible to set/get. */
|
||||||
enum mpg123_parms
|
enum mpg123_parms
|
||||||
{
|
{
|
||||||
MPG123_VERBOSE, /**< set verbosity value for enabling messages to stderr, >= 0 makes sense (integer) */
|
MPG123_VERBOSE = 0, /**< set verbosity value for enabling messages to stderr, >= 0 makes sense (integer) */
|
||||||
MPG123_FLAGS, /**< set all flags, p.ex val = MPG123_GAPLESS|MPG123_MONO_MIX (integer) */
|
MPG123_FLAGS, /**< set all flags, p.ex val = MPG123_GAPLESS|MPG123_MONO_MIX (integer) */
|
||||||
MPG123_ADD_FLAGS, /**< add some flags (integer) */
|
MPG123_ADD_FLAGS, /**< add some flags (integer) */
|
||||||
MPG123_FORCE_RATE, /**< when value > 0, force output rate to that value (integer) */
|
MPG123_FORCE_RATE, /**< when value > 0, force output rate to that value (integer) */
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue