Update vsf.c

Declare variable
This commit is contained in:
Christopher Snowhill 2019-12-09 16:50:36 -08:00 committed by GitHub
parent 2e7a3d26af
commit 260a0d0e73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
VGMSTREAM * init_vgmstream_ps2_vsf(STREAMFILE *streamFile) {
VGMSTREAM * vgmstream = NULL;
off_t start_offset;
int loop_flag, channel_count;
int loop_flag, channel_count, pitch;
/* checks */
/* .vsf - header id and actual extension (Code Age Commanders [PS2]) */