diff decoders/wav.c @ 351:069ce624d6cf

FIXME cleanup.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 06 Jun 2002 19:12:13 +0000
parents 565ae12fa74e
children 4bcbc442d145
line wrap: on
line diff
--- a/decoders/wav.c	Thu Jun 06 18:56:45 2002 +0000
+++ b/decoders/wav.c	Thu Jun 06 19:12:13 2002 +0000
@@ -696,7 +696,7 @@
     sample->actual.channels = (Uint8) fmt->wChannels;
     sample->actual.rate = fmt->dwSamplesPerSec;
     if ((fmt->wBitsPerSample == 4) /*|| (fmt->wBitsPerSample == 0) */ )
-        sample->actual.format = AUDIO_S16SYS;  /* !!! FIXME ? */
+        sample->actual.format = AUDIO_S16SYS;
     else if (fmt->wBitsPerSample == 8)
         sample->actual.format = AUDIO_U8;
     else if (fmt->wBitsPerSample == 16)