summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTORS1
-rw-r--r--HISTORY1
2 files changed, 0 insertions, 2 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index e05ab206..426470b5 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -2541,7 +2541,6 @@ Johann Friedrichs <johann.friedrichs@web.de>
for some fixes to dvbspu.[hc]
for fixing a busy loop when moving editing marks
for making cPalette::ClosestColor() treat fully transparent colors as "equal"
- for reducing CPU load when pausing a replay
Timo Helkio <timolavi@mbnet.fi>
for reporting a hangup when replaying a TS recording with subtitles activated
diff --git a/HISTORY b/HISTORY
index 51b7964d..9451433c 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6559,7 +6559,6 @@ Video Disk Recorder Revision History
2011-03-13: Version 1.7.18
-- Reduced CPU load when pausing a replay (thanks to Johann Friedrichs).
- Changed -O2 to -O3 in Make.config.template (reported by Matti Lehtimäki).
- Added a missing 'default' case in cPixmapMemory::DrawEllipse().
- Fixed some direct comparisons of double values.