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

Commit 352648de 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 am: 8434933a am: 11aca022
am: 005c3318

Change-Id: I92417c3617d024bfe526c43935b8ba3ceb7a9d3d
parents 62e3e590 005c3318
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -526,7 +526,7 @@ void SoftAVC::onQueueFilled(OMX_U32 portIndex) {
                notifyEmptyBufferDone(inHeader);

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

                mReceivedEOS = true;