2021-10-06 Fred Gleason <fredg@paravelsystems.com>

* Fixed an arithmetic overflow bug in 'RDWaveFile' that could
	cause the play length of MPEG-encoded to be incorrectly calculated.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-10-06 13:07:32 -04:00
parent 49cbc37d8d
commit 19d0cb27f7
2 changed files with 6 additions and 3 deletions

View File

@@ -20813,3 +20813,6 @@
2021-10-05 Fred Gleason <fredg@paravelsystems.com>
* Increased the import process timeout for the WebGet service
to 1200 seconds.
2021-10-06 Fred Gleason <fredg@paravelsystems.com>
* Fixed an arithmetic overflow bug in 'RDWaveFile' that could
cause the play length of MPEG-encoded to be incorrectly calculated.