Remove the isThreadSafe decoder method
commit69b90f7160be754a5f0ca2553d680a4fcbcf90c9
authorChris Robinson <chris.kcat@gmail.com>
Sun, 15 Nov 2015 06:51:14 +0000 (14 22:51 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Sun, 15 Nov 2015 06:57:11 +0000 (14 22:57 -0800)
tree4b2d1e74d114cab89dbd3f45738f978c59f9f5a3
parentb9fe8295a52fcb93d288ce0505e7def2960c3475
Remove the isThreadSafe decoder method

What we really care about, re-entrancy, is handled with a mutex in the source.
Each buffer being allocated gets a unique decoder instance, which won't be
called from the background thread until the calling thread is done with it
anyway.
examples/alure-dumb.cpp
include/AL/alure2.h
src/context.cpp
src/decoders/flac.cpp
src/decoders/mpg123.cpp
src/decoders/opusfile.cpp
src/decoders/sndfile.cpp
src/decoders/vorbisfile.cpp
src/decoders/wave.cpp