# HG changeset patch # User Ryan C. Gordon # Date 1019761587 0 # Node ID aaf9142d5a9e781d152f6a72332363a324748471 # Parent e867f050912ce143b9ed6d7f386cefde0ad494e3 Updated. diff -r e867f050912c -r aaf9142d5a9e CHANGELOG --- a/CHANGELOG Wed Apr 24 20:48:30 2002 +0000 +++ b/CHANGELOG Thu Apr 25 19:06:27 2002 +0000 @@ -3,10 +3,10 @@ */ 04242002 - Added --seek option and bugfixes to playsound.c. Torbjörn comes - through with seek support for the FLAC, MIDI, Mikmod, and ModPlug - decoders, and a bugfix for sample flag manipulation in the base - library (and his own --seek code for playsound, which unfortunately - we're not using). + through with seek support for the FLAC, MIDI, and ModPlug + decoders (and some stub code for MikMod), and a bugfix for sample + flag manipulation in the base library (and his own --seek code for + playsound, which unfortunately we're not using). 04232002 - Cleaned up the playsound command line handling. Most command line options (--rate, --format, --predecode, etc) are specified per-file and reset to their defaults after each sample is played back.