Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7de39d52 authored by jiangyao's avatar jiangyao Committed by will Jiang
Browse files

audio: fix log printing issue



fix log printing issue to improve readability

Test: N/A

Change-Id: Ib047765634ce589e7bf72f97813cab5f488a7a9b
Signed-off-by: default avatarjiangyao <jiangyao@xiaomi.com>
parent 7f8bc582
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1122,7 +1122,7 @@ void AudioMixerBase::process__genericNoResampling()
                    aux = t->auxBuffer + numFrames;
                }
                for (int outFrames = frameCount; outFrames > 0; ) {
                    // t->in == nullptr can happen if the track was flushed just after having
                    // t->mIn == nullptr can happen if the track was flushed just after having
                    // been enabled for mixing.
                    if (t->mIn == nullptr) {
                        break;