Mercurial > otakunoraifu
diff music2/wavfile.h @ 52:15a18fbe6f21
* Known bugs added to the README
* Code cleaning (0 -> NULL when needed, indentation, spaces, ...)
author | thib |
---|---|
date | Sat, 18 Apr 2009 18:35:39 +0000 |
parents | 3a6aaeab7b4e |
children | 4416cfac86ae |
line wrap: on
line diff
--- a/music2/wavfile.h +++ b/music2/wavfile.h @@ -43,13 +43,13 @@ * WAV file. */ typedef struct { - unsigned int SamplingRate; /* Sampling rate in Hz */ - int Channels; /* Mono or Stereo */ - unsigned short DataBits; /* Sample bit size (8/12/16) */ + unsigned int SamplingRate; /* Sampling rate in Hz */ + int Channels; /* Mono or Stereo */ + unsigned short DataBits; /* Sample bit size (8/12/16) */ } WAVINF; struct WAVFILE{ - WAVINF wavinfo; /* WAV file hdr info */ + WAVINF wavinfo; /* WAV file hdr info */ WAVFILE(void); static int freq; static int format;