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

Commit 39a535d4 authored by Marco Nelissen's avatar Marco Nelissen Committed by Android (Google) Code Review
Browse files

Merge "SoftAVCEnc: Stop using the u4_strd field in the set dimensions struct" into mnc-dev

parents a42856b2 c2d3b25a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -229,7 +229,6 @@ OMX_ERRORTYPE SoftAVC::setDimensions() {
    s_dimensions_ip.e_sub_cmd = IVE_CMD_CTL_SET_DIMENSIONS;
    s_dimensions_ip.u4_ht = mHeight;
    s_dimensions_ip.u4_wd = mWidth;
    s_dimensions_ip.u4_strd = mStride;

    s_dimensions_ip.u4_timestamp_high = -1;
    s_dimensions_ip.u4_timestamp_low = -1;