mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-26 03:45:40 +00:00
Add MPG123_QUIET to mp3 files
This commit is contained in:
parent
6b0fa20b8b
commit
c423c59365
1 changed files with 1 additions and 1 deletions
|
@ -491,7 +491,7 @@ public:
|
||||||
if ( m_pMH )
|
if ( m_pMH )
|
||||||
{
|
{
|
||||||
#ifdef MP3_USE_FUZZY_SEEK
|
#ifdef MP3_USE_FUZZY_SEEK
|
||||||
mpg123_param(m_pMH, MPG123_FLAGS, MPG123_FUZZY | MPG123_SEEKBUFFER | MPG123_GAPLESS, 0.0);
|
mpg123_param(m_pMH, MPG123_FLAGS, MPG123_FUZZY | MPG123_SEEKBUFFER | MPG123_GAPLESS | MPG123_QUIET, 0.0);
|
||||||
#endif
|
#endif
|
||||||
long rate = 0;
|
long rate = 0;
|
||||||
int channels = 0;
|
int channels = 0;
|
||||||
|
|
Loading…
Reference in a new issue