[Osalp-dev] Mpg changes
Status: Abandoned
Brought to you by:
daservis
|
From: <for...@ad...> - 2001-04-21 20:14:19
|
I have made two fixes to the mpg module to fix two bugs. These changes have been put into CVS. They are both in the formatlib/mpg directory: 1) Fixed problem with mpg crashing on some mp3 files. It turned out that for some reason the aflibMpgFile class might request a frame that did not exist. In some circumstances this caused a crash. 2) Fixed a run-on problem with some mp3 files. If the initial total size of a mp3 file was too large then frames would be requested forever after that last one and the last frame would be played over and over again. Fixed aflibMpgFile class to return error if any frame is requested after last one. Bruce Forsberg |