From 79017f6cbb3bb65be29c7e7c8df5223e694317ec Mon Sep 17 00:00:00 2001 From: David Reid Date: Thu, 3 Dec 2020 21:01:29 +1000 Subject: [PATCH] Update dr_mp3. --- extras/dr_mp3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/dr_mp3.h b/extras/dr_mp3.h index b4816412..660e49c6 100644 --- a/extras/dr_mp3.h +++ b/extras/dr_mp3.h @@ -1,6 +1,6 @@ /* MP3 audio decoder. Choice of public domain or MIT-0. See license statements at the end of this file. -dr_mp3 - v0.6.23 - TBD +dr_mp3 - v0.6.23 - 2020-11-03 David Reid - mackron@gmail.com @@ -4458,7 +4458,7 @@ counts rather than sample counts. /* REVISION HISTORY ================ -v0.6.23 - TBD +v0.6.23 - 2020-11-03 - Fix an error where a file can be closed twice when initialization of the decoder fails. v0.6.22 - 2020-12-02