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 (cont'd)
This commit is contained in:
parent
fcbfc8e988
commit
450e58439a
8
HISTORY
8
HISTORY
@ -3351,10 +3351,6 @@ Video Disk Recorder Revision History
|
|||||||
down.
|
down.
|
||||||
- Moved the call to SetAudioChannel(0) into cDevice::ClrAvailableTracks() to have it
|
- Moved the call to SetAudioChannel(0) into cDevice::ClrAvailableTracks() to have it
|
||||||
executed also when starting a replay.
|
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).
|
|
||||||
- Completed the Danish OSD texts (thanks to Mogens Elneff).
|
- Completed the Danish OSD texts (thanks to Mogens Elneff).
|
||||||
- Completed the French OSD texts (thanks to Olivier Jacques).
|
- Completed the French OSD texts (thanks to Olivier Jacques).
|
||||||
- The new setup option "OSD/Channel info time" can be used to define the time after
|
- The new setup option "OSD/Channel info time" can be used to define the time after
|
||||||
@ -3365,3 +3361,7 @@ Video Disk Recorder Revision History
|
|||||||
- Fixed several memory leaks that were introduced through the use of cString (thanks
|
- Fixed several memory leaks that were introduced through the use of cString (thanks
|
||||||
to Stefan Huelswitt for reporting these).
|
to Stefan Huelswitt for reporting these).
|
||||||
- Added CMD_SPU_CHG_COLCON to cDvbSpuDecoder::setTime() (thanks to Marco Schlüßler).
|
- Added CMD_SPU_CHG_COLCON to cDvbSpuDecoder::setTime() (thanks to Marco Schlüßler).
|
||||||
|
- 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