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

Commit 09b83308 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 am: 352648de am: 2adf132c
am: ed7477e5

Change-Id: Id6f499bff9b065d0966324741d52b58faf18607d
parents 7d2b91dd ed7477e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -530,7 +530,7 @@ void SoftAVC::onQueueFilled(OMX_U32 portIndex) {
                notifyEmptyBufferDone(inHeader);

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

                mReceivedEOS = true;