2021-09-30 Fred Gleason <fredg@paravelsystems.com>

* Overhauled the code for reading MPEG frame headers in 'RDWaveFile'.
	* Fixed a bug in the rdxport 'Import' service that could result in
	incorrect end marker placement when processing variable bit rate
	(VBR) MPEG files.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-09-29 17:05:25 -04:00
parent 429a41deac
commit b69efb80ab
3 changed files with 226 additions and 548 deletions

View File

@@ -20805,3 +20805,8 @@
2021-09-16 Fred Gleason <fredg@paravelsystems.com>
* Modified the mode of files generated by the
'SaveWebgetFilesDirectory=' directive 0440 to 0664.
2021-09-30 Fred Gleason <fredg@paravelsystems.com>
* Overhauled the code for reading MPEG frame headers in 'RDWaveFile'.
* Fixed a bug in the rdxport 'Import' service that could result in
incorrect end marker placement when processing variable bit rate
(VBR) MPEG files.