That check is wrong.

This commit is contained in:
Moritz Bunkus 2004-11-15 15:58:27 +00:00
parent 1461b515a8
commit aae24e6fef

View File

@ -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++) {