Show trackId for unsupported files

master
jcdr428 2022-06-13 10:21:33 +01:00 committed by GitHub
parent 3a752a623f
commit b1ad9c0356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1188,7 +1188,7 @@ void TsMuxerWindow::continueAddFile()
if (firstWarn)
{
msgBox.setText(
tr("Track %1 was not recognized and ignored. File name: \"%2\"").arg(i).arg(newFileName));
tr("Track %1 (TrackID %2) was not recognized and ignored. File name: \"%3\"").arg(i).arg(codecList[i].trackID).arg(newFileName));
msgBox.exec();
firstWarn = false;
}