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

Commit 8434933a authored by Harish Mahendrakar's avatar Harish Mahendrakar Committed by android-build-merger
Browse files

Merge "SoftAVCDec: Handle zero length input without EOS" into mnc-dev am:...

Merge "SoftAVCDec: Handle zero length input without EOS" into mnc-dev am: 8aea8688 am: 338b4d88 am: 625aafde am: 29acf1fb am: d2732c9a
am: c97a3839

Change-Id: Id5a11d77150bbb1dd24fdac1b1ce092633ec81f9
parents 9dc85bf5 c97a3839
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -578,7 +578,7 @@ void SoftAVC::onQueueFilled(OMX_U32 portIndex) {
                notifyEmptyBufferDone(inHeader);

                if (!(inHeader->nFlags & OMX_BUFFERFLAG_EOS)) {
                    continue;
                    return;
                }

                mReceivedEOS = true;