From 6001cbf024d3bd902edb19d4e770efb7f37e14d0 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 15 Oct 2011 15:31:30 +0000 Subject: mad plugin: added dithering git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2403 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/mad/decodermadfactory.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/Input/mad/decodermadfactory.cpp') 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 ")+"\n"+ - tr("Source code based on mq3 progect") + tr("Source code based on mq3 and madplay progects") ); } -- cgit v1.2.3-13-gbd6f