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

Ulion ulion2002 at gmail.com
Thu Oct 11 08:01:55 CEST 2007


Hello,

Thank you for finally applied this patch. Sorry for there's a bug in
this patch, here's the fix:

Index: libao2/ao_macosx.c
===================================================================
--- libao2/ao_macosx.c  (revision 24762)
+++ libao2/ao_macosx.c  (working copy)
@@ -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;



More information about the MPlayer-cvslog mailing list