diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-01-10 16:14:10 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-01-10 16:14:10 +0000 |
| commit | cf28884e3bf4edf48f6fa43fe075e7a1d279fd88 (patch) | |
| tree | 1b8b46469294c693dce27231f65ed92167480172 /src/plugins/Effect/srconverter/srconverter.h | |
| parent | 9cbe3e1bd9bd2068b99402b9b935e1450c7c79d4 (diff) | |
| download | qmmp-cf28884e3bf4edf48f6fa43fe075e7a1d279fd88.tar.gz qmmp-cf28884e3bf4edf48f6fa43fe075e7a1d279fd88.tar.bz2 qmmp-cf28884e3bf4edf48f6fa43fe075e7a1d279fd88.zip | |
src plugin: added 32-bit samples support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3144 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Effect/srconverter/srconverter.h')
| -rw-r--r-- | src/plugins/Effect/srconverter/srconverter.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/Effect/srconverter/srconverter.h b/src/plugins/Effect/srconverter/srconverter.h index 0f5e17e15..f25ebc491 100644 --- a/src/plugins/Effect/srconverter/srconverter.h +++ b/src/plugins/Effect/srconverter/srconverter.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007-2012 by Ilya Kotov * + * Copyright (C) 2007-2013 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -43,6 +43,7 @@ private: quint32 m_overSamplingFs; int m_srcError; int m_converter_type; + int m_sz; //sample size quint32 m_freq; }; |
