logo

bytemedia

Home to byte-level sounds, images, videos, … git clone https://hacktivis.me/git/bytemedia.git
commit: 32a3bd716e7f3207cbb24dcae9b2c2a691d317dc
parent 37acc3240ec94cb18dae668bd15e58cb631042ba
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed,  1 Sep 2021 03:58:08 +0200

au.h: au_header.lenght → au_header.length

Diffstat:

MC/au.h2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/C/au.h b/C/au.h @@ -4,7 +4,7 @@ struct au_header { uint32_t offset; - uint32_t lenght; + uint32_t length; uint32_t encoding; uint32_t samplerate; uint32_t channels;