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

Commit c97a3839 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

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


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


                mReceivedEOS = true;
                mReceivedEOS = true;