Removed the signal handler and WakeUp() call from cThread

This commit is contained in:
Klaus Schmidinger
2004-10-24 09:53:12 +02:00
parent 343df6266e
commit 73fde7480a
3 changed files with 4 additions and 24 deletions

View File

@@ -3063,3 +3063,5 @@ Video Disk Recorder Revision History
2 * IPACKS to avoid a buffer overflow in case a cTS2PES writes one complete
packet and then (within processing the same TS packet) wants to write another
small packet.
- Removed the signal handler and WakeUp() call from cThread (it is no longer
needed).