diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-10-06 15:16:26 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-10-06 15:16:26 +0000 |
| commit | e9df66f160846240caae085c631db1f42a08136c (patch) | |
| tree | 436f7e8e0f22429441ac8d310314740c30b8a91c /src/plugins/Input/opus/decoder_opus.h | |
| parent | 1fa50a73bfa7f915076bf52d913c9a4851efc64c (diff) | |
| download | qmmp-e9df66f160846240caae085c631db1f42a08136c.tar.gz qmmp-e9df66f160846240caae085c631db1f42a08136c.tar.bz2 qmmp-e9df66f160846240caae085c631db1f42a08136c.zip | |
opus: added multichannel support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4544 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/opus/decoder_opus.h')
| -rw-r--r-- | src/plugins/Input/opus/decoder_opus.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/Input/opus/decoder_opus.h b/src/plugins/Input/opus/decoder_opus.h index 987c1b3b9..ddbe666a1 100644 --- a/src/plugins/Input/opus/decoder_opus.h +++ b/src/plugins/Input/opus/decoder_opus.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2013 by Ilya Kotov * + * Copyright (C) 2013-2014 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -43,6 +43,7 @@ private: virtual void seek(qint64 time); // helper functions + ChannelMap findChannelMap(int channels); OggOpusFile *m_opusfile; qint64 m_totalTime; int m_bitrate; |
