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

Commit 08bf77b4 authored by Marco Nelissen's avatar Marco Nelissen Committed by Android Git Automerger
Browse files

am 23d74231: am 4c04495f: Merge "SoftAVCEnc: Stop using the u4_strd field in...

am 23d74231: am 4c04495f: Merge "SoftAVCEnc: Stop using the u4_strd field in the set dimensions struct"

* commit '23d74231':
  SoftAVCEnc: Stop using the u4_strd field in the set dimensions struct
parents c88c5604 23d74231
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;