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

Commit db837fe4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "audio: fix log printing issue" into main am: c1654c6d am: 5e81f46a

parents b6f36d3d 5e81f46a
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;