diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-01-27 14:18:19 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-01-27 14:18:19 +0100 |
commit | 36e4202c145b7d1a39a9ac3eb6a8758dd3425ffb (patch) | |
tree | ce04a08eef509176a2f415c118784d9ea01e12cb /HISTORY | |
parent | a9c9b76aeb8dbe8ab84477eb7a6b4efacbfdbed4 (diff) | |
download | vdr-36e4202c145b7d1a39a9ac3eb6a8758dd3425ffb.tar.gz vdr-36e4202c145b7d1a39a9ac3eb6a8758dd3425ffb.tar.bz2 |
Fixed possible audio chatter when a recording is replayed to its very end
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7534,7 +7534,7 @@ Video Disk Recorder Revision History - Reduced the number of retries in cTransfer::Receive() to avoid blocking recordings in case the primary device can't handle the current live signal. -2013-01-25: Version 1.7.37 +2013-01-27: Version 1.7.37 - Now also using FindHeader() in cMpeg2Fixer::AdjTref() (pointed out by Sören Moch). - Added missing template for DVBDIR to Make.config.template (reported by Derek Kelly). @@ -7550,3 +7550,4 @@ Video Disk Recorder Revision History - Improved responsiveness during replay when close to the recording's end. - Fixed a leftover progress display in the LCARS main menu when replay of a recording ends while the menu is open, and the live channel has no EPG information. +- Fixed possible audio chatter when a recording is replayed to its very end. |