summaryrefslogtreecommitdiffstats
path: root/libao2
diff options
context:
space:
mode:
authornplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-13 12:14:24 +0000
committernplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-13 12:14:24 +0000
commit38920cc4d15c7c290903d3b25b3a5d4f16074b1f (patch)
tree3bc6edb0b55373408ff9759a74f968eb9c573cc1 /libao2
parent7b356a668042d7e34188ebe90ee9fe11db08e38e (diff)
downloadmpv-38920cc4d15c7c290903d3b25b3a5d4f16074b1f.tar.bz2
mpv-38920cc4d15c7c290903d3b25b3a5d4f16074b1f.tar.xz
bugfix for ao_macosx last dts passthrough patch, patch by Ulion, ulion2002 gmail com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24769 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libao2')
-rw-r--r--libao2/ao_macosx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libao2/ao_macosx.c b/libao2/ao_macosx.c
index 8a8a564e85..b53773ecd1 100644
--- a/libao2/ao_macosx.c
+++ b/libao2/ao_macosx.c
@@ -712,7 +712,7 @@ static int OpenSPDIF()
#else
if (ao->stream_format.mFormatFlags & kAudioFormatFlagIsBigEndian)
#endif
- ao_msg(MSGT_AO, MSGL_WARN, "output stream has a no-native byte-order, digital output may failed.\n", (char *)&err);
+ ao_msg(MSGT_AO, MSGL_WARN, "output stream has a no-native byte-order, digital output may failed.\n");
/* For ac3/dts, just use packet size 6144 bytes as chunk size. */
ao->chunk_size = ao->stream_format.mBytesPerPacket;