Added cTimer::SetPriority() to set a timer's priority

This commit is contained in:
Klaus Schmidinger
2006-01-03 11:46:57 +01:00
parent f00372190d
commit a9eed7bb7c
4 changed files with 10 additions and 2 deletions

View File

@@ -4071,3 +4071,4 @@ Video Disk Recorder Revision History
Patrick Fischer).
- Fixed setting the main thread id if VDR is running as a daemon.
- Fixed handling TS packets in cTS2PES (thanks to Reinhard Nissl).
- Added cTimer::SetPriority() to set a timer's priority (suggested by Kendy Kutzner).