Improve wording in Mp4Container

This commit is contained in:
Martchus 2019-12-15 19:44:44 +01:00
parent eabc9c4438
commit 49798ae3a8
1 changed files with 2 additions and 2 deletions

View File

@ -850,10 +850,10 @@ calculatePadding:
} }
if (rewriteRequired) { if (rewriteRequired) {
// check whether track count of new file equals track count of old file // check whether the track count of the new file equals the track count of old file
if (trackCount != tracks().size()) { if (trackCount != tracks().size()) {
diag.emplace_back(DiagLevel::Critical, diag.emplace_back(DiagLevel::Critical,
argsToString("Unable to update chunk offsets (\"stco\"-atom): Number of tracks in the output file (", tracks().size(), argsToString("Unable to update chunk offsets (\"stco\"/\"co64\"-atom): Number of tracks in the output file (", tracks().size(),
") differs from the number of tracks in the original file (", trackCount, ")."), ") differs from the number of tracks in the original file (", trackCount, ")."),
context); context);
throw Failure(); throw Failure();