summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorscop <scop>2005-04-18 14:56:51 +0000
committerscop <scop>2005-04-18 14:56:51 +0000
commit679fb41b95bd77bc38f0170147f38cf9f402625b (patch)
treef3abe6961e1e8aa80b348c4197f4d0611f1e4538 /HISTORY
parent3def0b5096a7c80e527b105741d26f9fbe7529e6 (diff)
downloadvdr-plugin-dxr3-679fb41b95bd77bc38f0170147f38cf9f402625b.tar.gz
vdr-plugin-dxr3-679fb41b95bd77bc38f0170147f38cf9f402625b.tar.bz2
Set audiomode to unknown when releasing devices, fixes digital sound after MPlayer plugin (Luca Olivetti, Kimmo Vuorinen).
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 5e338d7..f6edde0 100644
--- a/HISTORY
+++ b/HISTORY
@@ -287,4 +287,6 @@ NOTE: I havent found time to include all of the languages, will be done in pre2
- improved GetSTC(): fixes DVB subtitles sync problems (Mikko Tuumanen)
- fix compilation with -fPIC, kudos to ffmpeg (Ville Skyttä)
- eliminate some compiler warnings (Ville Skyttä)
-- fix aspect ratio after returning from the MPlayer plugin (Luca Olivetti)
+- set aspect ratio and audio mode to unknown when releasing devices, fixes
+ the setup eg. after returning from the MPlayer plugin
+ (Luca Olivetti, Kimmo Vuorinen)