From 9484b537bc9adeb41e5938079f272e2ddf091df5 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 30 Jan 2005 16:04:38 +0100 Subject: [PATCH] Making sure the current audio track is actually one of the ones available in a recording --- CONTRIBUTORS | 3 +++ HISTORY | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 2e540271..2eb32fec 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -750,6 +750,9 @@ Sascha Volkenandt for fixing a possible recursion in cControl::Shutdown() for reporting that the "Audio" menu is not displayed with the "Green" button from the "Main" menu in case there is only one audio track + for reporting a problem when starting replay of a recording that has no Dolby + Digital audio after switching to a channel that has DD and selecting the DD audio + track Malcolm Caldwell for modifying LOF handling to allow for C-band reception diff --git a/HISTORY b/HISTORY index b807f5c4..8595bb75 100644 --- a/HISTORY +++ b/HISTORY @@ -3351,3 +3351,7 @@ Video Disk Recorder Revision History down. - Moved the call to SetAudioChannel(0) into cDevice::ClrAvailableTracks() to have it executed also when starting a replay. +- Making sure the current audio track is actually one of the ones available in a + recording (thanks to Sascha Volkenandt for reporting a problem when starting + replay of a recording that has no Dolby Digital audio after switching to a channel + that has DD and selecting the DD audio track).