diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-02-29 16:58:18 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-02-29 16:58:18 +0000 |
| commit | 9cc257c8e4f6ab239c10b935b088b56c174c881a (patch) | |
| tree | 861a59cfcc1bd3487004f5e0088d3791c3a47a8b /src/plugins/Input/aac/decoderaacfactory.h | |
| parent | 7988d3534cddf21eba4005b7638b79325e23b2d1 (diff) | |
| download | qmmp-9cc257c8e4f6ab239c10b935b088b56c174c881a.tar.gz qmmp-9cc257c8e4f6ab239c10b935b088b56c174c881a.tar.bz2 qmmp-9cc257c8e4f6ab239c10b935b088b56c174c881a.zip | |
aac decoder: fixed streams support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2652 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/aac/decoderaacfactory.h')
| -rw-r--r-- | src/plugins/Input/aac/decoderaacfactory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Input/aac/decoderaacfactory.h b/src/plugins/Input/aac/decoderaacfactory.h index 1006ed781..2ef5c54e8 100644 --- a/src/plugins/Input/aac/decoderaacfactory.h +++ b/src/plugins/Input/aac/decoderaacfactory.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006-2008 by Ilya Kotov * + * Copyright (C) 2006-2012 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -34,7 +34,7 @@ class DecoderAACFactory : public QObject, DecoderFactory { Q_OBJECT -Q_INTERFACES(DecoderFactory); +Q_INTERFACES(DecoderFactory) public: bool supports(const QString &source) const; |
