diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-10-15 15:31:30 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-10-15 15:31:30 +0000 |
| commit | 6001cbf024d3bd902edb19d4e770efb7f37e14d0 (patch) | |
| tree | 8bdbdb443c249af79db6857efdcd7db6cf8c7394 /src/plugins/Input/mad/decodermadfactory.cpp | |
| parent | 0ca799e3f0c6744b66941d04398d6706c7279b85 (diff) | |
| download | qmmp-6001cbf024d3bd902edb19d4e770efb7f37e14d0.tar.gz qmmp-6001cbf024d3bd902edb19d4e770efb7f37e14d0.tar.bz2 qmmp-6001cbf024d3bd902edb19d4e770efb7f37e14d0.zip | |
mad plugin: added dithering
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2403 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mad/decodermadfactory.cpp')
| -rw-r--r-- | src/plugins/Input/mad/decodermadfactory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Input/mad/decodermadfactory.cpp b/src/plugins/Input/mad/decodermadfactory.cpp index d6ac84a30..a6a192234 100644 --- a/src/plugins/Input/mad/decodermadfactory.cpp +++ b/src/plugins/Input/mad/decodermadfactory.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008-2009 by Ilya Kotov * + * Copyright (C) 2008-2011 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -224,7 +224,7 @@ void DecoderMADFactory::showAbout(QWidget *parent) .arg(MAD_VERSION_MINOR) .arg(MAD_VERSION_PATCH).arg(MAD_VERSION_EXTRA)+"\n"+ tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>")+"\n"+ - tr("Source code based on mq3 progect") + tr("Source code based on mq3 and madplay progects") ); } |
