diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-04-25 19:02:17 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-04-25 19:02:17 +0000 |
| commit | 646e72f41adb1916f1c24f057b39bed4d7b949c6 (patch) | |
| tree | 1e8eb279b017ef1370d9df685a387c874d67c105 /src/plugins/Input/mpeg/decodermpegfactory.h | |
| parent | 2f766cd3906b2a9534321d955589cd4d9212b175 (diff) | |
| download | qmmp-646e72f41adb1916f1c24f057b39bed4d7b949c6.tar.gz qmmp-646e72f41adb1916f1c24f057b39bed4d7b949c6.tar.bz2 qmmp-646e72f41adb1916f1c24f057b39bed4d7b949c6.zip | |
prepare for new metadata api iplementation (compilation is broken,
latest working revision: 7935)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7936 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mpeg/decodermpegfactory.h')
| -rw-r--r-- | src/plugins/Input/mpeg/decodermpegfactory.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/plugins/Input/mpeg/decodermpegfactory.h b/src/plugins/Input/mpeg/decodermpegfactory.h index 5fd13dbe4..6bea0eee6 100644 --- a/src/plugins/Input/mpeg/decodermpegfactory.h +++ b/src/plugins/Input/mpeg/decodermpegfactory.h @@ -20,15 +20,7 @@ #ifndef DECODERMPEGFACTORY_H #define DECODERMPEGFACTORY_H -#include <QObject> -#include <QString> -#include <QIODevice> -#include <QWidget> - -#include <qmmp/decoder.h> -#include <qmmp/output.h> #include <qmmp/decoderfactory.h> -#include <qmmp/metadatamodel.h> class DecoderMPEGFactory : public QObject, DecoderFactory @@ -42,7 +34,7 @@ public: bool canDecode(QIODevice *input) const; const DecoderProperties properties() const; Decoder *create(const QString &path, QIODevice *input); - QList<FileInfo *> createPlayList(const QString &fileName, bool useMetaData, QStringList *); + QList<TrackInfo *> createPlayList(const QString &fileName, TrackInfo::Parts parts, QStringList *); MetaDataModel* createMetaDataModel(const QString &path, QObject *parent = 0); void showSettings(QWidget *parent); void showAbout(QWidget *parent); |
