Added cDevice::ReadFilter()

This commit is contained in:
Klaus Schmidinger
2012-08-26 13:09:01 +02:00
parent 021778d370
commit 4986f76b0a
6 changed files with 18 additions and 4 deletions

View File

@@ -7206,3 +7206,5 @@ Video Disk Recorder Revision History
- Fixed detecting transfer mode on full featured DVB cards (thanks to Stefan Huelswitt
for reporting a problem with updating CA descriptors in such cases).
- Fixed a race condition when zapping in transfer mode (reported by Reinhard Nissl).
- The new function cDevice::ReadFilter() can be used by devices to implement their
own way of retrieving section filter data (thanks to Deti Fliegl).