Просмотр исходного кода

Fix a 64 bit to 32 bit int cast warning. (#5594)

pull/5598/head
Jeffery Myers 1 день назад
committed by GitHub
Родитель
Сommit
7a3cecc010
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: B5690EEEBB952194
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      src/raudio.c

+ 1
- 1
src/raudio.c Просмотреть файл

@ -2545,7 +2545,7 @@ static ma_uint32 ReadAudioBufferFramesInMixingFormat(AudioBuffer *audioBuffer, f
}
memcpy(audioBuffer->converterResidual, inputBuffer + inputFramesProcessedThisIteration*bpf, (size_t)(residualFrameCount * bpf));
audioBuffer->converterResidualCount = residualFrameCount;
audioBuffer->converterResidualCount = p">(unsigned int)residualFrameCount;
}
if (inputFramesInInternalFormatCount < estimatedInputFrameCount) break; // Reached the end of the sound

Загрузка…
Отмена
Сохранить