shithub: mp3dec

Download patch

ref: ae61f141411fc329d803b8f40278a1063a96f1a7
parent: 08949ffc7d85fa649d8fd9fcba8a394975acc6e9
author: lieff <lieff@users.noreply.github.com>
date: Wed Jul 11 14:12:34 EDT 2018

-2 bytes padding in L12_scale_info.

--- a/minimp3.h
+++ b/minimp3.h
@@ -191,8 +191,8 @@
 
 typedef struct
 {
-    uint8_t total_bands, stereo_bands, bitalloc[64], scfcod[64];
     float scf[3*64];
+    uint8_t total_bands, stereo_bands, bitalloc[64], scfcod[64];
 } L12_scale_info;
 
 typedef struct