Bläddra i källkod

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

pull/5598/head
Jeffery Myers 4 dagar sedan
committed by GitHub
förälder
incheckning
7a3cecc010
Ingen känd nyckel hittad för denna signaturen i databasen GPG-nyckel ID: B5690EEEBB952194
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      src/raudio.c

+ 1
- 1
src/raudio.c Visa fil

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

Laddar…
Avbryt
Spara