mirror of
https://github.com/mackron/miniaudio.git
synced 2026-07-22 04:42:42 +02:00
Fix ma_stbvorbis_init
This commit is contained in:
+1
-1
@@ -75001,7 +75001,7 @@ MA_API ma_result ma_stbvorbis_init(ma_read_proc onRead, ma_seek_proc onSeek, ma_
|
||||
pVorbis->onSeek = onSeek;
|
||||
pVorbis->onTell = onTell;
|
||||
pVorbis->pReadSeekTellUserData = pReadSeekTellUserData;
|
||||
ma_allocation_callbacks_init_copy(&pVorbis->allocationCallbacks, pAllocationCallbacks);
|
||||
pVorbis->allocationCallbacks = ma_allocation_callbacks_init_copy(pAllocationCallbacks);
|
||||
|
||||
#if !defined(MA_NO_VORBIS)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user