diff options
| author | Ray <[email protected]> | 2018-02-09 00:00:47 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-02-09 00:01:00 +0100 |
| commit | f72b315cb66de68486a8cf41a2767902aceb9c67 (patch) | |
| tree | fc3578be62d23bfb424b16872e849f76788cc0e8 /src/external/stb_vorbis.h | |
| parent | 2ace3602301cf461e50d8108c837f4a040dcf394 (diff) | |
| download | raylib-f72b315cb66de68486a8cf41a2767902aceb9c67.tar.gz raylib-f72b315cb66de68486a8cf41a2767902aceb9c67.zip | |
Updated external libraries
Diffstat (limited to 'src/external/stb_vorbis.h')
| -rw-r--r-- | src/external/stb_vorbis.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/external/stb_vorbis.h b/src/external/stb_vorbis.h index 1cdca652..4a339090 100644 --- a/src/external/stb_vorbis.h +++ b/src/external/stb_vorbis.h @@ -1,11 +1,11 @@ -// Ogg Vorbis audio decoder - v1.11 - public domain +// Ogg Vorbis audio decoder - v1.13b - public domain // http://nothings.org/stb_vorbis/ // // Original version written by Sean Barrett in 2007. // -// Originally sponsored by RAD Game Tools. Seeking sponsored -// by Phillip Bennefall, Marc Andersen, Aaron Baker, Elias Software, -// Aras Pranckevicius, and Sean Barrett. +// Originally sponsored by RAD Game Tools. Seeking implementation +// sponsored by Phillip Bennefall, Marc Andersen, Aaron Baker, +// Elias Software, Aras Pranckevicius, and Sean Barrett. // // LICENSE // @@ -32,6 +32,8 @@ // manxorist@github saga musix github:infatum // // Partial history: +// 1.13 - 2018/01/29 - fix truncation of last frame (hopefully) +// 1.12 - 2017/11/21 - limit residue begin/end to blocksize/2 to avoid large temp allocs in bad/corrupt files // 1.11 - 2017/07/23 - fix MinGW compilation // 1.10 - 2017/03/03 - more robust seeking; fix negative ilog(); clear error in open_memory // 1.09 - 2016/04/04 - back out 'truncation of last frame' fix from previous version @@ -387,4 +389,4 @@ enum STBVorbisError // // HEADER ENDS HERE // -//////////////////////////////////////////////////////////////////////////////
\ No newline at end of file +////////////////////////////////////////////////////////////////////////////// |
