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

Commit 29acf1fb 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: 8aea8688 am: 338b4d88

am: 625aafde

Change-Id: Idcb04bc2e5cd3c7ff384ca63576f5170451ad804
parents 3785a50e 625aafde
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -545,7 +545,7 @@ void SoftAVC::onQueueFilled(OMX_U32 portIndex) {
                notifyEmptyBufferDone(inHeader);

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

                mReceivedEOS = true;