diff --git a/src/Config.h b/src/Config.h index c9bc5bd9..2551513d 100644 --- a/src/Config.h +++ b/src/Config.h @@ -35,7 +35,7 @@ #define VER_LAMEXP_MINOR_LO 6 #define VER_LAMEXP_TYPE Beta #define VER_LAMEXP_PATCH 3 -#define VER_LAMEXP_BUILD 2080 +#define VER_LAMEXP_BUILD 2081 #define VER_LAMEXP_CONFG 2002 /////////////////////////////////////////////////////////////////////////////// diff --git a/src/Decoder_AAC.cpp b/src/Decoder_AAC.cpp index cf9fbbab..4604e6cf 100644 --- a/src/Decoder_AAC.cpp +++ b/src/Decoder_AAC.cpp @@ -61,7 +61,7 @@ bool AACDecoder::decode(const QString &sourceFile, const QString &outputFile, QA } int prevProgress = -1; - QRegExp regExp("\\[(\\d+)%\\]\\s+decoding\\s+"); + QRegExp regExp("\\b(\\d+)%\\s+decoding", Qt::CaseInsensitive); const result_t result = awaitProcess(process, abortFlag, [this, &prevProgress, ®Exp](const QString &text) {