shithub: mp3dec

Download patch

ref: 5aeee949e2ae0d992c9f937cdc5f47e6b83e35f1
parent: c02ef01e1211da8eaec974b43369a0817a866b94
author: Nicolas <abramlujan@gmail.com>
date: Sat Nov 21 23:34:29 EST 2020

Fix "standard" typo in readme

--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@
 Also you can use ``MINIMP3_ONLY_MP3`` define to strip MP1/MP2 decoding code.
 MINIMP3_ONLY_SIMD define controls generic (non SSE/NEON) code generation (always enabled on x64/arm64 targets).
 In case you do not want any platform-specific SIMD optimizations, you can define ``MINIMP3_NO_SIMD``.
-MINIMP3_NONSTANDARD_BUT_LOGICAL define saves some code bytes, and enforces non-stadnard but logical behaviour of mono-stereo transition (rare case).
+MINIMP3_NONSTANDARD_BUT_LOGICAL define saves some code bytes, and enforces non-standard but logical behaviour of mono-stereo transition (rare case).
 MINIMP3_FLOAT_OUTPUT makes ``mp3dec_decode_frame()`` output to be float instead of short and additional function mp3dec_f32_to_s16 will be available for float->short conversion if needed.
 
 Then. we decode the input stream frame-by-frame: