summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-02-13 14:26:37 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-02-13 14:26:37 +0100
commit84d57ed54d1d1d42e0ad0ac5ed0efe954fa740cf (patch)
treeff89e791267d7e6f2fdefdaee1eca0e76d4dc2f2 /HISTORY
parent28976bf276b27c06abdea22472dd60e48103a6e1 (diff)
downloadvdr-84d57ed54d1d1d42e0ad0ac5ed0efe954fa740cf.tar.gz
vdr-84d57ed54d1d1d42e0ad0ac5ed0efe954fa740cf.tar.bz2
Implemented cDvbDevice::SetTransferModeForDolbyDigital()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 1e8212b3..0cbaf08e 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3410,3 +3410,6 @@ Video Disk Recorder Revision History
library files from this version of VDR (suggested by Andreas Brachold).
- Added a missing 'resultSkipped = 0' to cRemux::Clear() (thanks to Marco Schlüßler
for reporting this one).
+- The new function cDvbDevice::SetTransferModeForDolbyDigital() can be used by
+ plugins that implement Dolby Digital output and thus want to prevent the cDvbDevice
+ from starting Transfer Mode in order to replay DD over the DVB device.