diff --git a/quakespasm/MacOSX/codecs/include/FLAC/stream_decoder.h b/quakespasm/MacOSX/codecs/include/FLAC/stream_decoder.h index 152643fc..dd1abd3b 100644 --- a/quakespasm/MacOSX/codecs/include/FLAC/stream_decoder.h +++ b/quakespasm/MacOSX/codecs/include/FLAC/stream_decoder.h @@ -228,7 +228,7 @@ typedef enum { */ FLAC__STREAM_DECODER_ABORTED, - /**< The decoder was aborted by the read callback. */ + /**< The decoder was aborted by the read or write callback. */ FLAC__STREAM_DECODER_MEMORY_ALLOCATION_ERROR, /**< An error occurred allocating memory. The decoder is in an invalid diff --git a/quakespasm/MacOSX/codecs/lib/libFLAC.dylib b/quakespasm/MacOSX/codecs/lib/libFLAC.dylib index 29ca53bf..d864f510 100755 Binary files a/quakespasm/MacOSX/codecs/lib/libFLAC.dylib and b/quakespasm/MacOSX/codecs/lib/libFLAC.dylib differ diff --git a/quakespasm/Windows/codecs/include/FLAC/stream_decoder.h b/quakespasm/Windows/codecs/include/FLAC/stream_decoder.h index 152643fc..dd1abd3b 100644 --- a/quakespasm/Windows/codecs/include/FLAC/stream_decoder.h +++ b/quakespasm/Windows/codecs/include/FLAC/stream_decoder.h @@ -228,7 +228,7 @@ typedef enum { */ FLAC__STREAM_DECODER_ABORTED, - /**< The decoder was aborted by the read callback. */ + /**< The decoder was aborted by the read or write callback. */ FLAC__STREAM_DECODER_MEMORY_ALLOCATION_ERROR, /**< An error occurred allocating memory. The decoder is in an invalid diff --git a/quakespasm/Windows/codecs/x64/libFLAC-8.dll b/quakespasm/Windows/codecs/x64/libFLAC-8.dll index 186ca186..1d5c8b63 100644 Binary files a/quakespasm/Windows/codecs/x64/libFLAC-8.dll and b/quakespasm/Windows/codecs/x64/libFLAC-8.dll differ diff --git a/quakespasm/Windows/codecs/x86/libFLAC-8.dll b/quakespasm/Windows/codecs/x86/libFLAC-8.dll index b0fd3fde..2bf991ff 100644 Binary files a/quakespasm/Windows/codecs/x86/libFLAC-8.dll and b/quakespasm/Windows/codecs/x86/libFLAC-8.dll differ