This commit is contained in:
philippe44
2019-07-03 21:55:52 -07:00
parent a45c4f7f06
commit 985fccb18d
2 changed files with 6 additions and 2 deletions

View File

@@ -235,7 +235,7 @@ static decode_state vorbis_decode(void) {
count = frames * channels;
iptr = (s16_t *)write_buf + count;
optr = (ISAMPLE_T *)write_buf + frames * 2;
optr = (ISAMPLE_T *) outputbuf->writep + frames * 2;
if (channels == 2) {
#if BYTES_PER_FRAME == 4