mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Making sure the current audio track is actually one of the ones available in a recording
This commit is contained in:
parent
d3181d3d99
commit
9484b537bc
@ -750,6 +750,9 @@ Sascha Volkenandt <sascha@akv-soft.de>
|
||||
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 <malcolm.caldwell@ntu.edu.au>
|
||||
for modifying LOF handling to allow for C-band reception
|
||||
|
4
HISTORY
4
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).
|
||||
|
Loading…
Reference in New Issue
Block a user