mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
miniaudio: update to 0.11.21
This commit is contained in:
Vendored
+1
-1
@@ -39,7 +39,7 @@ encoder :: struct {
|
||||
onUninit: encoder_uninit_proc,
|
||||
onWritePCMFrames: encoder_write_pcm_frames_proc,
|
||||
pUserData: rawptr,
|
||||
pInternalEncoder: rawptr, /* <-- The drwav/drflac/stb_vorbis/etc. objects. */
|
||||
pInternalEncoder: rawptr,
|
||||
data: struct #raw_union {
|
||||
vfs: struct {
|
||||
pVFS: ^vfs,
|
||||
|
||||
Reference in New Issue
Block a user