Commit f06a7578 authored by David Reid's avatar David Reid

Fix a typo.

parent 8489a86e
...@@ -69898,7 +69898,7 @@ static ma_result ma_job_process__resource_manager__load_data_stream(ma_job* pJob ...@@ -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) {
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment