diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2009-04-13 11:08:05 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2009-04-13 11:08:05 +0200 |
commit | 3628bbbfa16288d548a4b64a67c163699c08d06f (patch) | |
tree | 796c015d55d2c12ebaf504ace3dcc9839e6fe59d /HISTORY | |
parent | 1d829aaf6d263725379a5940adefbafa88af398d (diff) | |
download | vdr-3628bbbfa16288d548a4b64a67c163699c08d06f.tar.gz vdr-3628bbbfa16288d548a4b64a67c163699c08d06f.tar.bz2 |
cDevice::PlayTs() now syncs on the TS packet sync bytes
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |