Taking the complete size of available data into account when deciding whether to clear the transfer buffer to avoid overflows

This commit is contained in:
Klaus Schmidinger
2004-10-23 13:40:56 +02:00
parent af6b8ff533
commit f0a7e75d8e
3 changed files with 6 additions and 2 deletions

View File

@@ -3052,3 +3052,5 @@ Video Disk Recorder Revision History
- Removed the usleep() call from cDvbPlayer::Action() to make VDR run on NPTL
systems (thanks to Alfred Zastrow). The NPTL check at startup has also been
removed.
- Taking the complete size of available data into account when deciding whether
to clear the transfer buffer to avoid overflows (thanks to Reinhard Nissl).