mirror of
https://github.com/libretro/RetroArch
synced 2025-02-18 18:40:06 +00:00
Update
This commit is contained in:
parent
30eb7f91b4
commit
06a948c706
2
deps/stb/stb_vorbis.h
vendored
2
deps/stb/stb_vorbis.h
vendored
@ -2497,7 +2497,7 @@ static int vorbis_decode_packet_rest(vorb *f, int *len, Mode *m, int left_start,
|
||||
for (i=0; i < map->submaps; ++i) {
|
||||
float *residue_buffers[STB_VORBIS_MAX_CHANNELS];
|
||||
int r;
|
||||
uint8_t do_not_decode[256];
|
||||
uint8_t do_not_decode[256] = {0};
|
||||
int ch = 0;
|
||||
for (j=0; j < f->channels; ++j) {
|
||||
if (map->chan[j].mux == i) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user