Replaced the 'for' loops in StripAudioPackets() with memset() calls

This commit is contained in:
Klaus Schmidinger
2003-03-30 12:56:30 +02:00
parent c52b219131
commit 4200055fe5
4 changed files with 9 additions and 12 deletions

View File

@@ -2004,3 +2004,5 @@ Video Disk Recorder Revision History
helping to fix it).
- Modified LOF handling to allow for C-band reception (thanks to Malcolm Caldwell).
- Added some missing cAudio handling calls (thanks to Werner Fink).
- Replaced the 'for' loops in StripAudioPackets() with memset() calls (thanks to
Werner Fink).