From 88071f0c62b38b87c9761dcbd0349e4f53d6ed88 Mon Sep 17 00:00:00 2001 From: David Reid Date: Thu, 16 Nov 2017 21:41:23 +1000 Subject: [PATCH] Update change log. --- mini_al.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mini_al.h b/mini_al.h index 3012d4eb..558fc9aa 100644 --- a/mini_al.h +++ b/mini_al.h @@ -10517,6 +10517,7 @@ void mal_pcm_f32_to_s32(int* pOut, const float* pIn, unsigned int count) // - Add mal_convert_frames(). This is a high-level helper API for performing a one-time, bulk conversion of // audio data to a different format. // - Improvements to f32 -> u8/s16/s24/s32 conversion routines. +// - Warning fixes. // // v0.5 - 2017-11-11 // - API CHANGE: The mal_context_init() function now takes a pointer to a mal_context_config object for