summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorcladisch <cladisch@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-09 19:49:31 +0000
committercladisch <cladisch@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-09 19:49:31 +0000
commitd091c1165be625911469121aacaa9278282e625a (patch)
treea9bf0e3eaa36c81921411e2a0f778cecb46b4f0d /ChangeLog
parent9b618f615e26dae7d9ab0ada3a472f24fa281d97 (diff)
downloadmpv-d091c1165be625911469121aacaa9278282e625a.tar.bz2
mpv-d091c1165be625911469121aacaa9278282e625a.tar.xz
When setting the non-audio bit for hwac3 output, just try to set the
AES0 parameter in the device name instead of poking around inside ALSA's configuration structures. This means that the non-audio bit will be set even if the user-specified device name tries to clear it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22184 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 19dce47133..6055519d08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -47,6 +47,10 @@ MPlayer (1.0)
Ports:
* further Intel Mac fixes
+ Drivers:
+ * ALSA audio output now sets the non-audio bit for AC3 passthrough even
+ if the user-specified default device name tries to clear it
+
Others:
* libdvdcss updated to Subversion HEAD, now same as upstream version
* libmpdvdkit split into libdvdread and libdvdcss