From b2c7bb0b283dd2a80f345e26c042d6ffaf05209c Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 22 Jul 2018 12:28:03 +0800 Subject: update --- src/3rdparty/stb/stb_vorbis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/3rdparty/stb/stb_vorbis.c') diff --git a/src/3rdparty/stb/stb_vorbis.c b/src/3rdparty/stb/stb_vorbis.c index 873eda6..a863042 100644 --- a/src/3rdparty/stb/stb_vorbis.c +++ b/src/3rdparty/stb/stb_vorbis.c @@ -5331,7 +5331,7 @@ int stb_vorbis_decode_memory(const uint8 *mem, int len, int *channels, int *samp stb_vorbis *v = stb_vorbis_open_memory(mem, len, &error, NULL); if (v == NULL) return -1; limit = v->channels * 4096; - *channels = v->channels; + *channels = v->channels; if (sample_rate) *sample_rate = v->sample_rate; offset = data_len = 0; -- cgit v1.1-26-g67d0