Sfoglia il codice sorgente

update stb_vorbis version

Sean Barrett 10 anni fa
parent
commit
a009673856
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      stb_vorbis.c

+ 2 - 1
stb_vorbis.c

@@ -1,4 +1,4 @@
-// Ogg Vorbis audio decoder - v1.05 - public domain
+// Ogg Vorbis audio decoder - v1.06 - public domain
 // http://nothings.org/stb_vorbis/
 //
 // Written by Sean Barrett in 2007, last updated in 2014
@@ -35,6 +35,7 @@
 // list them all because I was lax about updating for a long time, sorry.)
 //
 // Partial history:
+//    1.06    - 2015/08/31 - full, correct support for seeking API (Dougall Johnson)
 //    1.05    - 2015/04/19 - don't define __forceinline if it's redundant
 //    1.04    - 2014/08/27 - fix missing const-correct case in API
 //    1.03    - 2014/08/07 - warning fixes