cleanup: fix typo in comment

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2024-04-23 21:12:46 +08:00 committed by bstoeger
parent 742193a5e3
commit 729356e0b1

View file

@ -135,7 +135,7 @@ static bool parseMP4(QFile &f, metadata *metadata)
std::vector<uint64_t> atom_stack;
atom_stack.reserve(10);
// For the outmost level, set the atom-size the the maximum value representable in
// For the outmost level, set the atom-size to the maximum value representable in
// 64-bits, which effectively means parse to the end of file.
atom_stack.push_back(UINT64_MAX);