More conversion
This commit is contained in:
+1
-1
@@ -183,7 +183,7 @@ static int mp3_decode(snd_stream_t *stream, byte *buf, int len)
|
||||
do
|
||||
{
|
||||
x = (p->Synth.pcm.length - p->cursamp) * stream->info.channels;
|
||||
donow = q_min(len, x);
|
||||
donow = std::min(len, x);
|
||||
i = 0;
|
||||
while (i < donow)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user