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

Commit 4d05aa70 authored by Harish Mahendrakar's avatar Harish Mahendrakar Committed by Android Git Automerger
Browse files

am df0ebf5f: SoftAVCEnc: Removed alignment requirement on input width

* commit 'df0ebf5f':
  SoftAVCEnc: Removed alignment requirement on input width
parents 928a5ac1 df0ebf5f
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) {