fixed exakt_sc sample rate

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@688 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
fastelbja 2009-09-04 11:35:04 +00:00
parent 3f318927da
commit 896e91eefc

View File

@ -23,7 +23,7 @@ VGMSTREAM * init_vgmstream_exakt_sc(STREAMFILE *streamFile) {
/* fill in the vital statistics */
vgmstream->num_samples = file_size / 2;
vgmstream->sample_rate = 44100;
vgmstream->sample_rate = 48000;
vgmstream->coding_type = coding_SASSC;
vgmstream->layout_type = layout_interleave;