diff options
Diffstat (limited to 'src/plugins/Input/ffmpeg_legacy/decoderffmpegfactory.cpp')
| -rw-r--r-- | src/plugins/Input/ffmpeg_legacy/decoderffmpegfactory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Input/ffmpeg_legacy/decoderffmpegfactory.cpp b/src/plugins/Input/ffmpeg_legacy/decoderffmpegfactory.cpp index 144580be7..f7b7f3efa 100644 --- a/src/plugins/Input/ffmpeg_legacy/decoderffmpegfactory.cpp +++ b/src/plugins/Input/ffmpeg_legacy/decoderffmpegfactory.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2008-2016 by Ilya Kotov * - * forkotov02@hotmail.ru * + * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -210,7 +210,7 @@ void DecoderFFmpegFactory::showAbout(QWidget *parent) .arg(LIBAVCODEC_VERSION_MAJOR) .arg(LIBAVCODEC_VERSION_MINOR) .arg(LIBAVCODEC_VERSION_MICRO)+"\n"+ - tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>")); + tr("Written by: Ilya Kotov <forkotov02@ya.ru>")); } QTranslator *DecoderFFmpegFactory::createTranslator(QObject *parent) |
