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.

This commit is contained in:
Moritz Bunkus 2003-05-11 12:42:09 +00:00
parent 5bcd171ddb
commit 5626459542

View File

@ -1,5 +1,8 @@
2003-05-11 Moritz Bunkus <moritz@bunkus.org>
* 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.