summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-03-30 12:56:30 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-03-30 12:56:30 +0200
commit4200055fe51bc5432aa69ee334e2300c026b3a16 (patch)
tree14ef5045b06a909e05fc279cd80bd253f451f800 /HISTORY
parentc52b219131eee937c16b3dd9ebc3706d77df689c (diff)
downloadvdr-4200055fe51bc5432aa69ee334e2300c026b3a16.tar.gz
vdr-4200055fe51bc5432aa69ee334e2300c026b3a16.tar.bz2
Replaced the 'for' loops in StripAudioPackets() with memset() calls
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index b95c5147..8198bfb5 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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).