The script given to VDR with the '-r' option is now also called after the recording process has actually started

This commit is contained in:
Klaus Schmidinger
2014-01-01 12:53:40 +01:00
parent 566c6fa464
commit 4da70bbab1
5 changed files with 12 additions and 2 deletions

View File

@@ -8103,3 +8103,5 @@ Video Disk Recorder Revision History
- Added a check to avoid a possible NULL pointer dereference in cCiSession::SendData()
(reported by Ville Skytt<74>).
- Deleted a superfluous assignment in cPipe::Open() (reported by Ville Skytt<74>).
- The script given to VDR with the '-r' option is now also called after the recording
process has actually started (thanks to Christian Kaiser).