diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2021-06-08 14:57:26 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2021-06-08 14:57:26 +0200 |
commit | 7b1c09795897282cf6bde0e9742814494f6407a1 (patch) | |
tree | dd912d1214deaa4a9682bdbdbe92704e616f8e41 /HISTORY | |
parent | 58e21d8e374206531802b64ae0e5c260e2bf6bf7 (diff) | |
download | vdr-7b1c09795897282cf6bde0e9742814494f6407a1.tar.gz vdr-7b1c09795897282cf6bde0e9742814494f6407a1.tar.bz2 |
No longer permanently looping through PMT PIDs, which caused problems with some SatIP receivers
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9706,7 +9706,7 @@ Video Disk Recorder Revision History order to restore this functionality. However, it is recommended to use the function with the TimerActive parameter instead. -2021-05-26: +2021-06-08: - cRecordingInfo::Errors() now returns -1 for old recordings; added a missing 'const' (suggested by Christoph Haubrich). @@ -9714,3 +9714,5 @@ Video Disk Recorder Revision History - Added missing initialization of cRecorder::lastErrors. - Now using __cplusplus instead of DISABLE_TEMPLATES_COLLIDING_WITH_STL, and using std::min(), std::max() and std::swap() if available (thanks to Winfried Köhler). +- No longer permanently looping through PMT PIDs, which caused problems with some + SatIP receivers (reported by André Weidemann; with help from Helmut Binder). |