summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2020-12-09 21:42:26 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2020-12-09 21:42:26 +0100
commit9fa7de20368fe2cc517f0c2c43088d051e5f21fb (patch)
tree52e7ae6b28bc08db0700483cc850403d8d19af71 /HISTORY
parentbacc87389621cc4f8c3bcad8f4267c6f4e47574d (diff)
downloadvdr-9fa7de20368fe2cc517f0c2c43088d051e5f21fb.tar.gz
vdr-9fa7de20368fe2cc517f0c2c43088d051e5f21fb.tar.bz2
Fixed a bug in handling shared PMTs, where after the first pass not all SIDs of a PMT pid were checked any more
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 6a5ade48..aa45d400 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9536,7 +9536,7 @@ Video Disk Recorder Revision History
cDvbTuner::GetSignalStats() to avoid problems with drivers that don't do this
(thanks to Helmut Binder).
-2020-12-05:
+2020-12-09:
- Fixed multiple recording entries in case a recording is started during the initial
reading of the video directory (reported by Claus Muus).
@@ -9549,3 +9549,5 @@ Video Disk Recorder Revision History
- Fixed "read incomplete section" errors (thanks to Helmut Binder).
- Fixed generating the HashId in cEIT::cEIT() (thanks to Helmut Binder).
- Added initialization of cDvbFrontend::frontendInfo (thanks to Winfried Köhler).
+- Fixed a bug in handling shared PMTs, where after the first pass not all SIDs of a
+ PMT pid were checked any more (thanks to Helmut Binder).