mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
cleanup: fix typo in comment
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
742193a5e3
commit
729356e0b1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue