diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-04-06 17:12:59 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-04-06 17:12:59 +0200 |
commit | 016e10c1b0d20b8c73b593afcaf492219b5a0064 (patch) | |
tree | e46239e03eb8237a8da4c935a677721fd13a4e52 /HISTORY | |
parent | 6d52c80273fd6283919c32188908e6e9993c1b4b (diff) | |
download | vdr-016e10c1b0d20b8c73b593afcaf492219b5a0064.tar.gz vdr-016e10c1b0d20b8c73b593afcaf492219b5a0064.tar.bz2 |
Signal strength and quality (CNR) are now determined via DVB API 5 (if available)
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8925,7 +8925,7 @@ Video Disk Recorder Revision History - Now stopping any ongoing recordings before stopping the plugins, to avoid a crash when stopping VDR while recording. -2017-04-03: Version 2.3.4 +2017-04-06: Version 2.3.4 - The functionality of HandleRemoteModifications(), which synchronizes changes to timers between peer VDR machines, has been moved to timers.[ch] and renamed to @@ -8963,3 +8963,5 @@ Video Disk Recorder Revision History timers. - Fixed a deadlock in the SVDRP command PLAY in case there is currently a recording being replayed. +- Signal strength and quality (CNR) are now determined via DVB API 5 (if available). + Fallback is the old DVB API 3 method. |