# HG changeset patch # User Ryan C. Gordon # Date 1002568466 0 # Node ID 7d033b28b5d226f1419fbb6476aa78c5e0f2df31 # Parent e46e31fdecfdfb737b389dfc404df0aa95d70fde Updated. diff -r e46e31fdecfd -r 7d033b28b5d2 CHANGELOG --- a/CHANGELOG Mon Oct 08 19:13:16 2001 +0000 +++ b/CHANGELOG Mon Oct 08 19:14:26 2001 +0000 @@ -84,6 +84,8 @@ work universally. This isn't an idea solution, but it's probably the best we can do without rewriting mikmod. Made a change to ogg.c for portability: changed an int64_t to ogg_int64_t. +10082001 - Restructured decoders/wav.c to allow for multiple formats, and + put the start of a handler for the ADPCM format in place. --ryan. (icculus@clutteredmind.org)