Fix a typo.

This commit is contained in:
David Reid
2023-03-17 12:35:24 +10:00
parent 8489a86e26
commit f06a75787b
+1 -1
View File
@@ -69898,7 +69898,7 @@ static ma_result ma_job_process__resource_manager__load_data_stream(ma_job* pJob
goto done; goto done;
} }
/* Retrieve the total length of the file before marking the decoder are loaded. */ /* Retrieve the total length of the file before marking the decoder as loaded. */
if ((pDataStream->flags & MA_RESOURCE_MANAGER_DATA_SOURCE_FLAG_UNKNOWN_LENGTH) == 0) { if ((pDataStream->flags & MA_RESOURCE_MANAGER_DATA_SOURCE_FLAG_UNKNOWN_LENGTH) == 0) {
result = ma_decoder_get_length_in_pcm_frames(&pDataStream->decoder, &pDataStream->totalLengthInPCMFrames); result = ma_decoder_get_length_in_pcm_frames(&pDataStream->decoder, &pDataStream->totalLengthInPCMFrames);
if (result != MA_SUCCESS) { if (result != MA_SUCCESS) {