Added a short sleep to cTSBuffer::Action() to avoid high CPU usage

This commit is contained in:
Klaus Schmidinger
2016-12-23 14:49:06 +01:00
parent e2ba3d09a5
commit 834ac04c3b
3 changed files with 5 additions and 1 deletions

View File

@@ -8879,3 +8879,5 @@ Video Disk Recorder Revision History
- Avoiding some duplicate code and unnecessary work in nit.c (thanks to Ville
Skytt<74>).
- Added support for the systemd watchdog (thanks to Marc Perrudin),
- Added a short sleep to cTSBuffer::Action() to avoid high CPU usage (thanks to
Sergey Chernyavskiy).