diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-08-14 16:17:38 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-08-14 16:17:38 +0000 |
| commit | 687a95b4b62136f54ea6b0930b6ba5e73291d2b2 (patch) | |
| tree | 5b93da9ac8cc82e75026a8f324cba4d9fcf8ab50 /src/plugins/Input/modplug/decoder_modplug.h | |
| parent | 4ccbc35ad14eaf86c56322c4155de109735ca60d (diff) | |
| download | qmmp-687a95b4b62136f54ea6b0930b6ba5e73291d2b2.tar.gz qmmp-687a95b4b62136f54ea6b0930b6ba5e73291d2b2.tar.bz2 qmmp-687a95b4b62136f54ea6b0930b6ba5e73291d2b2.zip | |
modplug plugin: preamp support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@498 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/modplug/decoder_modplug.h')
| -rw-r--r-- | src/plugins/Input/modplug/decoder_modplug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/Input/modplug/decoder_modplug.h b/src/plugins/Input/modplug/decoder_modplug.h index e7f786382..4883c3b09 100644 --- a/src/plugins/Input/modplug/decoder_modplug.h +++ b/src/plugins/Input/modplug/decoder_modplug.h @@ -69,6 +69,8 @@ private: int m_chan, m_sampleSize; unsigned long m_output_size; double m_totalTime, m_seekTime; + double m_preampFactor; + bool m_usePreamp; static DecoderModPlug* m_instance; }; |
