mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-07 07:01:16 +01:00
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:
parent
fb0e5b5559
commit
0e5b0a0931
@ -5,7 +5,7 @@
|
|||||||
/* Sony PSX CD-XA */
|
/* Sony PSX CD-XA */
|
||||||
/* No looped file ! */
|
/* 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) {
|
uint8_t AUDIO_CODING_GET_STEREO(uint8_t value) {
|
||||||
return (uint8_t)(value & 3);
|
return (uint8_t)(value & 3);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user