diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-10-29 18:13:00 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-10-29 18:13:00 +0000 |
| commit | 640afe96b1b2f53d579b93c46d5d9e760502daa9 (patch) | |
| tree | c00c43335cb9bda182db84c41c4adad66b559ced /src/plugins/Input/modplug/decoder_modplug.cpp | |
| parent | c81d3450d252f0de45b2c37e57c63ade18806425 (diff) | |
| download | qmmp-640afe96b1b2f53d579b93c46d5d9e760502daa9.tar.gz qmmp-640afe96b1b2f53d579b93c46d5d9e760502daa9.tar.bz2 qmmp-640afe96b1b2f53d579b93c46d5d9e760502daa9.zip | |
coding style fixes
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6825 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/modplug/decoder_modplug.cpp')
| -rw-r--r-- | src/plugins/Input/modplug/decoder_modplug.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/Input/modplug/decoder_modplug.cpp b/src/plugins/Input/modplug/decoder_modplug.cpp index 51c2854ea..82af89309 100644 --- a/src/plugins/Input/modplug/decoder_modplug.cpp +++ b/src/plugins/Input/modplug/decoder_modplug.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008-2015 by Ilya Kotov * + * Copyright (C) 2008-2016 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -51,6 +51,9 @@ DecoderModPlug::DecoderModPlug(const QString &path) : Decoder(0) m_soundFile = 0; m_sampleSize = 0; m_instance = this; + m_bps = 0; + m_preampFactor = 0.0f; + m_usePreamp = false; } DecoderModPlug::~DecoderModPlug() |
