diff --git a/src/Decoder_AAC.cpp b/src/Decoder_AAC.cpp index f8020839..39ac1207 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("\\b(\\d+)%\\s+decoding", Qt::CaseInsensitive); + QRegExp regExp("\\[(\\d+)%\\]\\s*decoding", Qt::CaseInsensitive); //regExp("\\b(\\d+)%\\s+decoding", Qt::CaseInsensitive); const result_t result = awaitProcess(process, abortFlag, [this, &prevProgress, ®Exp](const QString &text) {