Mercurial > SDL_sound_CoreAudio
diff decoders/voc.c @ 32:4a60ee42ca9a
Fixed a byte-ordering issue.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 19 Sep 2001 16:07:38 +0000 |
parents | f6e679afe88b |
children | ea58bc3b15d7 |
line wrap: on
line diff
--- a/decoders/voc.c Wed Sep 19 15:38:23 2001 +0000 +++ b/decoders/voc.c Wed Sep 19 16:07:38 2001 +0000 @@ -79,7 +79,7 @@ Uint32 blockseek; /* start of current output block */ Uint32 samples; /* number of samples output */ Uint32 size; /* word length of data */ - int channels; /* number of sound channels */ + Uint8 channels; /* number of sound channels */ int extended; /* Has an extended block been read? */ Uint32 bufpos; /* byte position in internal->buffer. */ } vs_t;