Temporarily made cDevice::ProvidesCa() virtual

This commit is contained in:
Klaus Schmidinger
2002-08-11 13:39:00 +02:00
parent 9a1a16f3d4
commit 2f684611d4
2 changed files with 6 additions and 2 deletions

View File

@@ -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).