aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/mad/decodermadfactory.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-09-21 11:25:50 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-09-21 11:25:50 +0000
commit1d58bc219b471db64390a20f361921842efbf602 (patch)
tree9359e53dd4d52f8b364ef8305ca2249d5abfa43f /src/plugins/Input/mad/decodermadfactory.h
parente7ea59067e6c975a16926647376175f0f2ab2afa (diff)
downloadqmmp-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.h')
-rw-r--r--src/plugins/Input/mad/decodermadfactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/mad/decodermadfactory.h b/src/plugins/Input/mad/decodermadfactory.h
index 5688adbe9..3b1a45818 100644
--- a/src/plugins/Input/mad/decodermadfactory.h
+++ b/src/plugins/Input/mad/decodermadfactory.h
@@ -42,7 +42,7 @@ public:
bool supports(const QString &source) const;
bool canDecode(QIODevice *input) const;
const DecoderProperties properties() const;
- Decoder *create(QObject *, QIODevice *, Output *);
+ Decoder *create(QObject *, QIODevice *, Output *, const QString &);
FileTag *createTag(const QString &source);
QObject* showDetails(QWidget *parent, const QString &path);
void showSettings(QWidget *parent);