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

Commit 123e95a5 authored by Andreas Huber's avatar Andreas Huber Committed by Android (Google) Code Review
Browse files

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

parents 93b47835 763b772b
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;
        }