Update dr_flac.

This commit is contained in:
David Reid
2019-09-28 07:23:10 +10:00
parent ef1b32a89a
commit 6c5119f0b3
3 changed files with 4140 additions and 2036 deletions
+1 -1
View File
@@ -33011,7 +33011,7 @@ ma_result ma_decoder_init_flac__internal(const ma_decoder_config* pConfig, ma_de
ma_assert(pDecoder != NULL);
/* Try opening the decoder first. */
pFlac = drflac_open(ma_decoder_internal_on_read__flac, ma_decoder_internal_on_seek__flac, pDecoder);
pFlac = drflac_open(ma_decoder_internal_on_read__flac, ma_decoder_internal_on_seek__flac, pDecoder, NULL);
if (pFlac == NULL) {
return MA_ERROR;
}