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

Commit f09cd67d authored by Pawin Vongmasa's avatar Pawin Vongmasa Committed by android-build-merger
Browse files

Fix build breakage caused by commit 940829f6....

Fix build breakage caused by commit 940829f6. am: baa91464 am: 0aaa2c60 am: 784c8ac9 am: b65f47d3 am: 1cdd3c42 am: 09541800 am: be50e42a am: d82d9f0b am: dd6fc9a1
am: 941e4158

Change-Id: I51686def5d8134b6120634f35d575be51aa7c98e
parents be3e7000 941e4158
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -213,8 +213,8 @@ void SoftMPEG4::onQueueFilled(OMX_U32 /* portIndex */) {
            OMX_U32 yFrameSize = sizeof(uint8) * mHandle->size;
            if ((outHeader->nAllocLen < yFrameSize) ||
                    (outHeader->nAllocLen - yFrameSize < yFrameSize / 2)) {
                ALOGE("Too small output buffer for reference frame: %zu bytes",
                        outHeader->nAllocLen);
                ALOGE("Too small output buffer for reference frame: %lu bytes",
                        (unsigned long)outHeader->nAllocLen);
                android_errorWriteLog(0x534e4554, "30033990");
                notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
                mSignalledError = true;