From 8fbf582b60b6267463e6a3dc289b52e49fdc2f83 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 12 Sep 2009 14:33:49 +0000 Subject: prepare for gapless playback support git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1207 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/mad/decodermadfactory.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/Input/mad/decodermadfactory.cpp') diff --git a/src/plugins/Input/mad/decodermadfactory.cpp b/src/plugins/Input/mad/decodermadfactory.cpp index d4d881cd8..47de2e828 100644 --- a/src/plugins/Input/mad/decodermadfactory.cpp +++ b/src/plugins/Input/mad/decodermadfactory.cpp @@ -94,9 +94,9 @@ const DecoderProperties DecoderMADFactory::properties() const return properties; } -Decoder *DecoderMADFactory::create(QObject *parent, QIODevice *input, Output *output, const QString &) +Decoder *DecoderMADFactory::create(QIODevice *input, const QString &) { - return new DecoderMAD(parent, this, input, output); + return new DecoderMAD(input); } QList DecoderMADFactory::createPlayList(const QString &fileName, bool useMetaData) -- cgit v1.2.3-13-gbd6f