summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2014-01-28 11:26:02 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2014-01-28 11:26:02 +0100
commit9eda923269f49291317547130d24067cad9cb669 (patch)
tree218f89998064237e463797116db1e795e7b20c9c /HISTORY
parent47a6f8fbfffcc46bd30d4443b3c72eb61e1aa9d2 (diff)
downloadvdr-9eda923269f49291317547130d24067cad9cb669.tar.gz
vdr-9eda923269f49291317547130d24067cad9cb669.tar.bz2
Increased MIN_TS_PACKETS_FOR_FRAME_DETECTOR to 100 and introduced counting the number of actual video TS packets in cTsPayload
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 5e9da0bd..f5e74534 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8175,3 +8175,7 @@ Video Disk Recorder Revision History
- Now checking whether the primary device actually has a decoder before retuning the
current channel after a change in its parameters. This fixes broken recordings on
the primary device on "headless" systems.
+- Increased MIN_TS_PACKETS_FOR_FRAME_DETECTOR to 100 and introduced counting the number
+ of actual video TS packets in cTsPayload in order to be able to record channels that
+ sometimes need even more than 10 TS packets for detecting frame borders (reported by
+ Oliver Endriss).