aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2007-08-04 14:56:56 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2007-08-04 14:56:56 +0000
commit7d75d2947cd4d1a9ff1da7e3b2d4bb2c7a0d9c69 (patch)
tree8462a0f95ba1c21f9c1d840b321306bffeaccbbf /lib
parent1ca3ac9753d94a606725abd125bded28e19c7348 (diff)
downloadqmmp-7d75d2947cd4d1a9ff1da7e3b2d4bb2c7a0d9c69.tar.gz
qmmp-7d75d2947cd4d1a9ff1da7e3b2d4bb2c7a0d9c69.tar.bz2
qmmp-7d75d2947cd4d1a9ff1da7e3b2d4bb2c7a0d9c69.zip
fixed ffmpeg plugin build
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@60 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'lib')
-rw-r--r--lib/qmmp/Input/ffmpeg/decoderffmpegfactory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/qmmp/Input/ffmpeg/decoderffmpegfactory.h b/lib/qmmp/Input/ffmpeg/decoderffmpegfactory.h
index 7ec661318..e5da44bf1 100644
--- a/lib/qmmp/Input/ffmpeg/decoderffmpegfactory.h
+++ b/lib/qmmp/Input/ffmpeg/decoderffmpegfactory.h
@@ -43,6 +43,7 @@ public:
bool supports(const QString &source) const;
bool canDecode(QIODevice *input) const;
const DecoderProperties &properties() const;
+ Decoder *create(QObject *, QIODevice *, Output *);
FileTag *createTag(const QString &source);
void showDetails(QWidget *parent, const QString &path);
void showSettings(QWidget *parent);