changeset 24741:5ce7bc88eb0c

bugfix for ao_macosx last dts passthrough patch, patch by Ulion, ulion2002 gmail com
author nplourde
date Sat, 13 Oct 2007 12:14:24 +0000
parents caae775a1619
children 0bef706332b5
files libao2/ao_macosx.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libao2/ao_macosx.c	Sat Oct 13 09:41:50 2007 +0000
+++ b/libao2/ao_macosx.c	Sat Oct 13 12:14:24 2007 +0000
@@ -712,7 +712,7 @@
 #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;