summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-02-08 11:27:42 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-02-08 11:27:42 +0100
commit34d51f5f8375ff711cdf07c5ddef39b10ec6ab88 (patch)
tree435483ba2cda276c20adc7df0fb60df26ff288d5 /HISTORY
parent16e71e13631361443fa5574c8c297b8bf6abfdff (diff)
downloadvdr-34d51f5f8375ff711cdf07c5ddef39b10ec6ab88.tar.gz
vdr-34d51f5f8375ff711cdf07c5ddef39b10ec6ab88.tar.bz2
Fixed cDvbDevice::SetAudioTrackDevice() to avoid a blank screen after switching back to live mode if a recording is currently active on the primary device
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 51318f3c..b5352c2e 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3373,3 +3373,8 @@ Video Disk Recorder Revision History
residual data in replay and Transfer Mode (thanks to Werner Fink for pointing this
out).
- Added MPEG1 replay capability to cPesAssembler (thanks to Stefan Huelswitt).
+
+2005-02-08: Version 1.3.21
+
+- Fixed cDvbDevice::SetAudioTrackDevice() to avoid a blank screen after switching
+ back to live mode if a recording is currently active on the primary device.