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

Commit d994ffa4 authored by Iliyan Malchev's avatar Iliyan Malchev
Browse files

fix the build



Change-Id: I349c3c42b74aa4a6e87bdfb8427012367ae60099
Signed-off-by: default avatarIliyan Malchev <malchev@google.com>
parent 22e49835
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -214,7 +214,7 @@ void SoftMPEG4::onQueueFilled(OMX_U32 /* portIndex */) {
            if ((outHeader->nAllocLen < yFrameSize) ||
                    (outHeader->nAllocLen - yFrameSize < yFrameSize / 2)) {
                ALOGE("Too small output buffer for reference frame: %zu bytes",
                        outHeader->nAllocLen);
                        (size_t)outHeader->nAllocLen);
                android_errorWriteLog(0x534e4554, "30033990");
                notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
                mSignalledError = true;