summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-10-31 12:20:56 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2017-10-31 12:20:56 +0100
commitc08ed3ce44bcdc967b42e4c4e591888294d7774b (patch)
treec17e7c591f1545c75f95ba4e4c1d0da34c46ccd7 /HISTORY
parent19275aa8bbc3407406d473debf316d0dbe6f45e3 (diff)
downloadvdr-c08ed3ce44bcdc967b42e4c4e591888294d7774b.tar.gz
vdr-c08ed3ce44bcdc967b42e4c4e591888294d7774b.tar.bz2
The MTD mapper now avoids immediately reusing unique PIDs when switching channels
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 472526a8..4dff21c2 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9174,3 +9174,5 @@ Video Disk Recorder Revision History
of low disk space.
- Now making sure that AssertFreeDiskSpace() is called with the maximum timer
priority in case there are several timers recording with different priorities.
+- The MTD mapper now avoids immediately reusing unique PIDs when switching channels,
+ to prevent possible problems with old data in buffers (thanks to Onur Sentürk).