diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-09-12 14:33:49 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-09-12 14:33:49 +0000 |
| commit | 8fbf582b60b6267463e6a3dc289b52e49fdc2f83 (patch) | |
| tree | 9540a7b90f2b52ccb34104f2f89d4c1e22445a70 /src/plugins/Input/mad/decodermadfactory.h | |
| parent | c89ba4ee3ccca9a2f4b38d4b76ca666f94babbd4 (diff) | |
| download | qmmp-8fbf582b60b6267463e6a3dc289b52e49fdc2f83.tar.gz qmmp-8fbf582b60b6267463e6a3dc289b52e49fdc2f83.tar.bz2 qmmp-8fbf582b60b6267463e6a3dc289b52e49fdc2f83.zip | |
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
Diffstat (limited to 'src/plugins/Input/mad/decodermadfactory.h')
| -rw-r--r-- | src/plugins/Input/mad/decodermadfactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/mad/decodermadfactory.h b/src/plugins/Input/mad/decodermadfactory.h index bd657514c..6107e56f0 100644 --- a/src/plugins/Input/mad/decodermadfactory.h +++ b/src/plugins/Input/mad/decodermadfactory.h @@ -43,7 +43,7 @@ public: bool supports(const QString &source) const; bool canDecode(QIODevice *input) const; const DecoderProperties properties() const; - Decoder *create(QObject *, QIODevice *, Output *, const QString &); + Decoder *create(QIODevice *, const QString &); QList<FileInfo *> createPlayList(const QString &fileName, bool useMetaData); MetaDataModel* createMetaDataModel(const QString &path, QObject *parent = 0); void showSettings(QWidget *parent); |
