From ff50b0c39178c9065b4815c68cd7c5cab3fdf336 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 6 Apr 2021 11:02:47 +0200 Subject: Fixed SDL AudioSpec structure definition --- src/wrapped/wrappedsdl2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/wrapped/wrappedsdl2.c b/src/wrapped/wrappedsdl2.c index 19fb7378..e0f5f78c 100755 --- a/src/wrapped/wrappedsdl2.c +++ b/src/wrapped/wrappedsdl2.c @@ -40,6 +40,7 @@ typedef struct { uint8_t channels; uint8_t silence; uint16_t samples; + uint16_t padding; uint32_t size; void (*callback)(void *userdata, uint8_t *stream, int32_t len); void *userdata; -- cgit 1.4.1