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
This commit is contained in:
nplourde 2007-10-13 12:14:24 +00:00
parent 7b356a6680
commit 38920cc4d1
1 changed files with 1 additions and 1 deletions

View File

@ -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;