summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-08-26 13:09:01 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-08-26 13:09:01 +0200
commit4986f76b0a40e11997e572a75260034063023cb0 (patch)
tree7a73146d9b3529f9a00038f76b9a82f327490b1f /HISTORY
parent021778d370257e1db4893ca0228bb6fa32aa32e1 (diff)
downloadvdr-4986f76b0a40e11997e572a75260034063023cb0.tar.gz
vdr-4986f76b0a40e11997e572a75260034063023cb0.tar.bz2
Added cDevice::ReadFilter()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 3a7802d0..fb21667b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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).