summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-04-13 11:08:05 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-04-13 11:08:05 +0200
commit3628bbbfa16288d548a4b64a67c163699c08d06f (patch)
tree796c015d55d2c12ebaf504ace3dcc9839e6fe59d /HISTORY
parent1d829aaf6d263725379a5940adefbafa88af398d (diff)
downloadvdr-3628bbbfa16288d548a4b64a67c163699c08d06f.tar.gz
vdr-3628bbbfa16288d548a4b64a67c163699c08d06f.tar.bz2
cDevice::PlayTs() now syncs on the TS packet sync bytes
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index d5712866..a217064a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6031,7 +6031,8 @@ Video Disk Recorder Revision History
Oliver Endriss for reporting this).
- Improved efficiency of cEIT::cEIT() (thanks to Tobias Bratfisch).
-2009-04-12: Version 1.7.6
+2009-04-13: Version 1.7.6
- No longer checking for deleted recordings to be removed from the foreground
thread, to avoid blocking the main loop for too long (thanks to Rolf Ahrenberg).
+- cDevice::PlayTs() now syncs on the TS packet sync bytes.