From 38920cc4d15c7c290903d3b25b3a5d4f16074b1f Mon Sep 17 00:00:00 2001 From: nplourde Date: Sat, 13 Oct 2007 12:14:24 +0000 Subject: 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 --- libao2/ao_macosx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libao2') 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; -- cgit v1.2.3