summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2021-05-11 20:47:31 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2021-05-11 20:47:31 +0200
commitcd3cda2654bbd4272096bbabb4953ce352de8358 (patch)
tree5b75d9336ab8467850be992ef6b5bc799ca7ba32 /HISTORY
parentc98fdd91200fd31915f76248efaa26faa28ba57e (diff)
downloadvdr-cd3cda2654bbd4272096bbabb4953ce352de8358.tar.gz
vdr-cd3cda2654bbd4272096bbabb4953ce352de8358.tar.bz2
Fixed cTsPayload::AtPayloadStart() to ignore TS packets from other PIDs
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index f9288897..58798b49 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9663,9 +9663,10 @@ Video Disk Recorder Revision History
- EXPIRELATENCY now only applies to VPS timers.
- Deleting expired timers is now triggered immediately after the timers are modified.
-2021-04-29:
+2021-05-11:
- Now using a separate fixed value for internal EPG linger time. This fixes problems with
spawned timers jumping to the next event in case Setup.EPGLinger is very small. (reported
by Jürgen Schneider).
- Fixed a possible crash in the Schedule menu, in case Setup.EPGLinger is 0.
+- Fixed cTsPayload::AtPayloadStart() to ignore TS packets from other PIDs.