diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-10-23 13:40:56 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-10-23 13:40:56 +0200 |
commit | f0a7e75d8ecee71469ca6b8aa21b22bde909f599 (patch) | |
tree | 94221ad077e2cb2cbb8c14a4fa7b53d666dd7b97 /HISTORY | |
parent | af6b8ff5330851bd12bb1b011fdbd29fead5bf3c (diff) | |
download | vdr-f0a7e75d8ecee71469ca6b8aa21b22bde909f599.tar.gz vdr-f0a7e75d8ecee71469ca6b8aa21b22bde909f599.tar.bz2 |
Taking the complete size of available data into account when deciding whether to clear the transfer buffer to avoid overflows
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |