diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-05-20 10:17:44 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-05-20 10:17:44 +0200 |
commit | a512b9a9fa24250ac16316916c5b015a15666b33 (patch) | |
tree | 8d6fea0adb2b615c6ebf72a54f5004daef7f2f63 /HISTORY | |
parent | c8c22ad49b0501f9e3c35ee79bc8bf94e05eba66 (diff) | |
download | vdr-a512b9a9fa24250ac16316916c5b015a15666b33.tar.gz vdr-a512b9a9fa24250ac16316916c5b015a15666b33.tar.bz2 |
Fixed handling Transfer Mode when replaying Dolby Digital audio and the option '-a' was given
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -4716,8 +4716,12 @@ Video Disk Recorder Revision History - Fixed automatically updating the CAM menu in case the whole operation (for instance a firmware update) takes longer than the menu timeout. -2006-05-19: Version 1.4.0-2 +2006-05-20: Version 1.4.0-2 - Removed leftover LSMOD=... line from 'runvdr'. - Modified the Makefile to copy additional libraries a plugin might provide (suggested by Wayne Keer). See PLUGINS.html for details. +- Fixed handling Transfer Mode when replaying Dolby Digital audio and the option + '-a' was given (based on a patch from Werner Fink). To avoid having to increment + the API version, several #if checks have been introduced around this. These will + be removed once the API version actually needs to be incremented. |