diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-09-21 11:25:50 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-09-21 11:25:50 +0000 |
| commit | 1d58bc219b471db64390a20f361921842efbf602 (patch) | |
| tree | 9359e53dd4d52f8b364ef8305ca2249d5abfa43f /src/plugins/Input/mad/decodermadfactory.cpp | |
| parent | e7ea59067e6c975a16926647376175f0f2ab2afa (diff) | |
| download | qmmp-1d58bc219b471db64390a20f361921842efbf602.tar.gz qmmp-1d58bc219b471db64390a20f361921842efbf602.tar.bz2 qmmp-1d58bc219b471db64390a20f361921842efbf602.zip | |
enabled stream support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@553 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mad/decodermadfactory.cpp')
| -rw-r--r-- | src/plugins/Input/mad/decodermadfactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/mad/decodermadfactory.cpp b/src/plugins/Input/mad/decodermadfactory.cpp index 57d299f40..10afdefc4 100644 --- a/src/plugins/Input/mad/decodermadfactory.cpp +++ b/src/plugins/Input/mad/decodermadfactory.cpp @@ -93,7 +93,7 @@ const DecoderProperties DecoderMADFactory::properties() const return properties; } -Decoder *DecoderMADFactory::create(QObject *parent, QIODevice *input, Output *output) +Decoder *DecoderMADFactory::create(QObject *parent, QIODevice *input, Output *output, const QString &) { return new DecoderMAD(parent, this, input, output); } |
