wrong type in prototype

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@153 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2008-05-17 18:19:07 +00:00
parent fb0e5b5559
commit 0e5b0a0931

View File

@ -5,7 +5,7 @@
/* Sony PSX CD-XA */
/* No looped file ! */
off_t init_xa_channel(int channel,VGMSTREAM* vgmstream);
off_t init_xa_channel(int channel,STREAMFILE *infile);
uint8_t AUDIO_CODING_GET_STEREO(uint8_t value) {
return (uint8_t)(value & 3);