# HG changeset patch # User Ryan C. Gordon # Date 1000915706 0 # Node ID 662bacccfd2c4a1f80699deae5e518c5ecc624a9 # Parent 4a60ee42ca9a56c37de31c0e25b8401e7b6993e0 Updated. diff -r 4a60ee42ca9a -r 662bacccfd2c CHANGELOG --- a/CHANGELOG Wed Sep 19 16:07:38 2001 +0000 +++ b/CHANGELOG Wed Sep 19 16:08:26 2001 +0000 @@ -26,7 +26,8 @@ the available_decoders array), fixing the only bug preventing the test program from running on FreeBSD 4.3. Sweet. Added Ogg Vorbis decoder. Rewrote the test program's SDL audio callback to be more - robust (Ogg exposed a nasty bug in it). + robust (Ogg exposed a nasty bug in it). Fixed a byte-ordering issue + in the VOC decoder. --ryan. (icculus@clutteredmind.org)