From aae24e6feff4f4db74a39c4ef450f236a5689aba Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 15 Nov 2004 15:58:27 +0000 Subject: [PATCH] That check is wrong. --- src/common/chapters.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/chapters.cpp b/src/common/chapters.cpp index 62b3071a3..c59b36c37 100644 --- a/src/common/chapters.cpp +++ b/src/common/chapters.cpp @@ -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++) {