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

Commit baa91464 authored by Pawin Vongmasa's avatar Pawin Vongmasa
Browse files

Fix build breakage caused by commit

940829f6.

Change-Id: I4776db4a26fb3c31bb994d48788373fe569c812a
parent 5c4e9db2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -205,8 +205,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;