summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-08-11 13:39:00 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-08-11 13:39:00 +0200
commit2f684611d488fb3b05680b8d40e1a4d0b3e124fc (patch)
tree7e892dca56efc3f584190e799e6c01bf4c621304 /HISTORY
parent9a1a16f3d42b2f48b26eb3daef3a195fc0f2a13e (diff)
downloadvdr-2f684611d488fb3b05680b8d40e1a4d0b3e124fc.tar.gz
vdr-2f684611d488fb3b05680b8d40e1a4d0b3e124fc.tar.bz2
Temporarily made cDevice::ProvidesCa() virtual
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 73785efc..c980fa11 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1402,3 +1402,5 @@ Video Disk Recorder Revision History
- Changed the log error message "can't record MPEG1!" to "error in data stream!",
since the mentioning of MPEG1 has irritated many people.
- Consistently using malloc/free and new/delete (thanks to Andreas Schultz).
+- Temporarily made cDevice::ProvidesCa() virtual (Andreas Schultz needs this
+ in his DXR3 plugin).