The MTD mapper now avoids immediately reusing unique PIDs when switching channels

This commit is contained in:
Klaus Schmidinger
2017-10-31 12:20:56 +01:00
parent 19275aa8bb
commit c08ed3ce44
3 changed files with 14 additions and 2 deletions

View File

@@ -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<6E>rk).