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

Commit 078f744d authored by Lajos Molnar's avatar Lajos Molnar Committed by Android Git Automerger
Browse files

am eb1e82d7: Merge "SoftAVCEnc: Removed alignment requirement on input width"

* commit 'eb1e82d7':
  SoftAVCEnc: Removed alignment requirement on input width
parents 209f911d eb1e82d7
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) {