[MPlayer-cvslog] r24769 - trunk/libao2/ao_macosx.c

nplourde subversion at mplayerhq.hu
Sat Oct 13 14:14:25 CEST 2007


Author: nplourde
Date: Sat Oct 13 14:14:24 2007
New Revision: 24769

Log:
bugfix for ao_macosx last dts passthrough patch, patch by Utlion <ulion2002 at gmail.com>

Modified:
   trunk/libao2/ao_macosx.c

Modified: trunk/libao2/ao_macosx.c
==============================================================================
--- trunk/libao2/ao_macosx.c	(original)
+++ trunk/libao2/ao_macosx.c	Sat Oct 13 14:14:24 2007
@@ -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;



More information about the MPlayer-cvslog mailing list