diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-09-12 13:38:37 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-09-12 13:38:37 +0000 |
| commit | 07ae1ec8ca7452899b65b579e65fb1ad28764c58 (patch) | |
| tree | cde844c7c82fb29c9860a974ac8af99d64751b31 /src/plugins/Input/mad/decoder_mad.cpp | |
| parent | 1ceaa9a2f4394853914d95fe2b7aa3d4b44c786e (diff) | |
| download | qmmp-07ae1ec8ca7452899b65b579e65fb1ad28764c58.tar.gz qmmp-07ae1ec8ca7452899b65b579e65fb1ad28764c58.tar.bz2 qmmp-07ae1ec8ca7452899b65b579e65fb1ad28764c58.zip | |
enabled effect plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@549 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mad/decoder_mad.cpp')
| -rw-r--r-- | src/plugins/Input/mad/decoder_mad.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/mad/decoder_mad.cpp b/src/plugins/Input/mad/decoder_mad.cpp index 98e437075..941dcee8b 100644 --- a/src/plugins/Input/mad/decoder_mad.cpp +++ b/src/plugins/Input/mad/decoder_mad.cpp @@ -67,7 +67,7 @@ DecoderMAD::~DecoderMAD() bool DecoderMAD::initialize() { - bks = blockSize(); + bks = Buffer::size(); inited = false; user_stop = false; |
