From 49798ae3a82c49dc3ae089c5d10fe65b30345e4b Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 15 Dec 2019 19:44:44 +0100 Subject: [PATCH] Improve wording in Mp4Container --- mp4/mp4container.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mp4/mp4container.cpp b/mp4/mp4container.cpp index c893900..979c72f 100644 --- a/mp4/mp4container.cpp +++ b/mp4/mp4container.cpp @@ -850,10 +850,10 @@ calculatePadding: } 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()) { 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, ")."), context); throw Failure();