Commit 53512c39 authored by David Reid's avatar David Reid

Version 0.10.31

parent da42dfcd
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
/* /*
Audio playback and capture library. Choice of public domain or MIT-0. See license statements at the end of this file. Audio playback and capture library. Choice of public domain or MIT-0. See license statements at the end of this file.
miniaudio - v0.10.31 - TBD miniaudio - v0.10.31 - 2020-01-17
David Reid - mackron@gmail.com David Reid - mackron@gmail.com
...@@ -64828,7 +64828,7 @@ The following miscellaneous changes have also been made. ...@@ -64828,7 +64828,7 @@ The following miscellaneous changes have also been made.
/* /*
REVISION HISTORY REVISION HISTORY
================ ================
v0.10.31 - TBD v0.10.31 - 2020-01-17
- Make some functions const correct. - Make some functions const correct.
- Update ma_data_source_read_pcm_frames() to initialize pFramesRead to 0 for safety. - Update ma_data_source_read_pcm_frames() to initialize pFramesRead to 0 for safety.
- Add the MA_ATOMIC annotation for use with variables that should be used atomically and remove unnecessary volatile qualifiers. - Add the MA_ATOMIC annotation for use with variables that should be used atomically and remove unnecessary volatile qualifiers.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment