diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-09-15 13:00:58 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-09-15 13:00:58 +0200 |
commit | 7913b00daa6c95f4a8fdbc96793dc08f26a5f121 (patch) | |
tree | 7f3f93fed911b2380f8f869e1e5617e8cc55bcc7 /HISTORY | |
parent | 37754870e0868f41549c63941ed4a236751e70e4 (diff) | |
download | vdr-7913b00daa6c95f4a8fdbc96793dc08f26a5f121.tar.gz vdr-7913b00daa6c95f4a8fdbc96793dc08f26a5f121.tar.bz2 |
Pipe to Dolby Digital replay command closes all unused file descriptors to avoid crashing when OSD is on
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -716,7 +716,7 @@ Video Disk Recorder Revision History That way every recording will store the actual summary data at the time of the recording. -2001-09-14: Version 0.95 +2001-09-15: Version 0.95 - Fixed behaviour in case the shutdown didn't take place (there were many "next timer event at..." messages in that case). @@ -742,3 +742,6 @@ Video Disk Recorder Revision History - Changed the size of all input buffers used to parse config files or receive SVDRP commands to the same value of 10KB. This allows long strings to be used in the 'summary' field of a timer, for instance. +- The pipe to the Dolby Digital replay command (option '-a') now closes all + unused file descriptors in the child process to avoid crashing when the + OSD is used (thanks to Andreas Vitting). |