diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2021-05-11 20:47:31 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2021-05-11 20:47:31 +0200 |
commit | cd3cda2654bbd4272096bbabb4953ce352de8358 (patch) | |
tree | 5b75d9336ab8467850be992ef6b5bc799ca7ba32 /HISTORY | |
parent | c98fdd91200fd31915f76248efaa26faa28ba57e (diff) | |
download | vdr-cd3cda2654bbd4272096bbabb4953ce352de8358.tar.gz vdr-cd3cda2654bbd4272096bbabb4953ce352de8358.tar.bz2 |
Fixed cTsPayload::AtPayloadStart() to ignore TS packets from other PIDs
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |