Merge branch 'master' of https://github.com/alxprd/stb into working

master
Sean Barrett ago%!(EXTRA string=8 years)
commit f9a83c0ae1
  1. 1
      stb_vorbis.c

@ -4987,6 +4987,7 @@ stb_vorbis * stb_vorbis_open_memory(const unsigned char *data, int len, int *err
if (f) {
*f = p;
vorbis_pump_first_frame(f);
if (error) *error = VORBIS__no_error;
return f;
}
}

Loading…
Cancel
Save