Fixed setting the main thread id if VDR is running as a daemon

This commit is contained in:
Klaus Schmidinger
2006-01-03 10:20:41 +01:00
parent 86197f0206
commit c01259dbb5
4 changed files with 18 additions and 5 deletions

View File

@@ -3963,7 +3963,7 @@ Video Disk Recorder Revision History
commands may now be executed at any time, and the message will be displayed
(no more "pending message").
2006-01-01: Version 1.3.38
2006-01-03: Version 1.3.38
- Fixed handling second audio and Dolby Digital PIDs for encrypted channels
(was broken in version 1.3.37).
@@ -4065,3 +4065,4 @@ Video Disk Recorder Revision History
- The Makefile now reports a summary of failed plugins (thanks to Udo Richter).
- The cTimer constructor can now take an optional cChannel (suggested by
Patrick Fischer).
- Fixed setting the main thread id if VDR is running as a daemon.