From 1fa50a73bfa7f915076bf52d913c9a4851efc64c Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 6 Oct 2014 14:41:05 +0000 Subject: wavpack: added multichannel support git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4543 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/wavpack/decoder_wavpack.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/plugins/Input/wavpack/decoder_wavpack.h') 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; -- cgit v1.2.3-13-gbd6f