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

Commit 1f356b95 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 69d23b2f 94bced1e
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;
        }