From 562645954262ee4a5e486d9e02bfca8c661d70f8 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sun, 11 May 2003 12:42:09 +0000 Subject: [PATCH] Too many audio packets were read as each call to read() resulted in audio packets being read from the AVI regardless of the number of packets in the queue. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index b264d3fc4..64cd3c457 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2003-05-11 Moritz Bunkus + * Fixed the huge memory need if reading from AVI files (introduced + on 2003-05-06 with the internal changes). + * Proper handling of the 'default track' flag and the language for the Matroska reader.