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

Commit 94bced1e authored by Andreas Huber's avatar Andreas Huber
Browse files

Properly signal the condition if we run out of input data.

Change-Id: I7a5ada8c25c1d32ca603b3b2c75e1808e140c367
parent 271290dc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2675,6 +2675,7 @@ bool OMXCodec::drainInputBuffer(BufferInfo *info) {
            signalEOS = true;
            mFinalStatus = err;
            mSignalledEOS = true;
            mBufferFilled.signal();
            break;
        }