mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
That check is wrong.
This commit is contained in:
parent
1461b515a8
commit
aae24e6fef
@ -652,7 +652,6 @@ select_chapters_in_timeframe(KaxChapters *chapters,
|
||||
// Check the parameters.
|
||||
if (chapters == NULL)
|
||||
return NULL;
|
||||
assert(min_tc < max_tc);
|
||||
|
||||
// Remove the atoms that are outside of the requested range.
|
||||
for (i = 0; i < chapters->ListSize(); i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user