diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2020-07-10 09:06:21 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2020-07-10 09:06:21 +0200 |
commit | dd6077eb9088e0d4247b9408b251341a45db8eda (patch) | |
tree | 7f23c0191c1d1b1324f42e67d2b8901350ee4dbc /HISTORY | |
parent | 568ca0e773b5a04bfde9d855d1df524630c550b3 (diff) | |
download | vdr-dd6077eb9088e0d4247b9408b251341a45db8eda.tar.gz vdr-dd6077eb9088e0d4247b9408b251341a45db8eda.tar.bz2 |
Implemented handling multi packet CATs with MTD
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9499,7 +9499,7 @@ Video Disk Recorder Revision History rendered the whole code branch inactive. Now this branch is only executed for devices that are not bonded. -2020-07-01: +2020-07-10: - Improved deleting plugins in case the plugin uses its own memory management (thanks to Winfried Köhler). Plugins that have been compiled with previous versions of VDR @@ -9508,3 +9508,4 @@ Video Disk Recorder Revision History ~cDisplayChannel(), to avoid possible problems in case a plugin calls IsOpen() (reported by Thomas Reufer). - Fixed handling inactive shared CA pids (thanks to Helmut Binder). +- Implemented handling multi packet CATs with MTD (thanks to Helmut Binder). |