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

pull/415/merge
Sean Barrett 2017-03-03 06:50:32 -08:00
commit f9a83c0ae1
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}
}