Revoked 'Reduced CPU load when pausing a replay' because it broke moving editing marks

This commit is contained in:
Klaus Schmidinger 2011-03-13 21:30:00 +01:00
parent 5f35ff690f
commit 22f70b02e2
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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.