Fix ma_stbvorbis_init

This commit is contained in:
Fancy2209
2026-05-11 17:58:51 +00:00
committed by David Reid
parent b500d59f14
commit 7cb28fcbc0
+1 -1
View File
@@ -75001,7 +75001,7 @@ MA_API ma_result ma_stbvorbis_init(ma_read_proc onRead, ma_seek_proc onSeek, ma_
pVorbis->onSeek = onSeek; pVorbis->onSeek = onSeek;
pVorbis->onTell = onTell; pVorbis->onTell = onTell;
pVorbis->pReadSeekTellUserData = pReadSeekTellUserData; pVorbis->pReadSeekTellUserData = pReadSeekTellUserData;
ma_allocation_callbacks_init_copy(&pVorbis->allocationCallbacks, pAllocationCallbacks); pVorbis->allocationCallbacks = ma_allocation_callbacks_init_copy(pAllocationCallbacks);
#if !defined(MA_NO_VORBIS) #if !defined(MA_NO_VORBIS)
{ {