Przeglądaj źródła

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

pull/5598/head
Jeffery Myers 1 dzień temu
committed by GitHub
rodzic
commit
7a3cecc010
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/raudio.c

+ 1
- 1
src/raudio.c Wyświetl plik

@ -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

Ładowanie…
Anuluj
Zapisz