diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-10-06 14:41:05 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-10-06 14:41:05 +0000 |
| commit | 1fa50a73bfa7f915076bf52d913c9a4851efc64c (patch) | |
| tree | db31f6baadea130f207e1fb38ec91bc31c176c76 /src/plugins/Input/wavpack/decoder_wavpack.h | |
| parent | 84ccc6fd56fcc47705199c9fb198ece2bc9386b0 (diff) | |
| download | qmmp-1fa50a73bfa7f915076bf52d913c9a4851efc64c.tar.gz qmmp-1fa50a73bfa7f915076bf52d913c9a4851efc64c.tar.bz2 qmmp-1fa50a73bfa7f915076bf52d913c9a4851efc64c.zip | |
wavpack: added multichannel support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4543 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/wavpack/decoder_wavpack.h')
| -rw-r--r-- | src/plugins/Input/wavpack/decoder_wavpack.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/Input/wavpack/decoder_wavpack.h b/src/plugins/Input/wavpack/decoder_wavpack.h index c861ceee8..745af1374 100644 --- a/src/plugins/Input/wavpack/decoder_wavpack.h +++ b/src/plugins/Input/wavpack/decoder_wavpack.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008-2012 by Ilya Kotov * + * Copyright (C) 2008-2014 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -47,7 +47,8 @@ private: // helper functions void deinit(); qint64 wavpack_decode(char *data, qint64 size); - WavpackContext *m_context; + ChannelMap findChannelMap(int channels); + WavpackContext *m_context; int32_t *m_output_buf; // output buffer int m_chan; quint32 m_freq; |
