comparison ChangeLog @ 64:755a71ca3c92 trunk

[svn] - remove some spurious debugging notices
author nenolod
date Sat, 30 Sep 2006 22:03:52 -0700
parents 023b3e4147c0
children d54fa96988b3
comparison
equal deleted inserted replaced
63:023b3e4147c0 64:755a71ca3c92
1 2006-10-01 04:53:30 +0000 William Pitcock <nenolod@nenolod.net>
2 revision [126]
3 - implement osx_format_is_neutral(), returns TRUE if endianness of the format is neutral,
4 otherwise FALSE if conversion is needed.
5 - only select a conversion strategy if endianness is not neutral
6
7 trunk/src/CoreAudio/audio.c | 33 ++++++++++++++++++++++++++-------
8 1 file changed, 26 insertions(+), 7 deletions(-)
9
10
1 2006-10-01 04:40:46 +0000 William Pitcock <nenolod@nenolod.net> 11 2006-10-01 04:40:46 +0000 William Pitcock <nenolod@nenolod.net>
2 revision [124] 12 revision [124]
3 - be a little smarter about this 13 - be a little smarter about this
4 14
5 trunk/src/CoreAudio/audio.c | 38 ++++++++++++++++++++++++++++++++++++-- 15 trunk/src/CoreAudio/audio.c | 38 ++++++++++++++++++++++++++++++++++++--