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

Commit eb1e82d7 authored by Lajos Molnar's avatar Lajos Molnar Committed by Gerrit Code Review
Browse files

Merge "SoftAVCEnc: Removed alignment requirement on input width"

parents c3429415 ec7398f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -625,7 +625,7 @@ OMX_ERRORTYPE SoftAVC::initEncoder() {
        return errType;
    }

    mStride = ALIGN16(mWidth);
    mStride = mWidth;

    if (mInputDataIsMeta) {
        if (mConversionBuffer) {