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

Commit 19e7c3e9 authored by Marco Nelissen's avatar Marco Nelissen Committed by Android Git Automerger
Browse files

am b980c92b: am 23d74231: am 4c04495f: Merge "SoftAVCEnc: Stop using the...

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

* commit 'b980c92b':
  SoftAVCEnc: Stop using the u4_strd field in the set dimensions struct
parents c5ee880e b980c92b
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line 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.e_sub_cmd = IVE_CMD_CTL_SET_DIMENSIONS;
    s_dimensions_ip.u4_ht = mHeight;
    s_dimensions_ip.u4_ht = mHeight;
    s_dimensions_ip.u4_wd = mWidth;
    s_dimensions_ip.u4_wd = mWidth;
    s_dimensions_ip.u4_strd = mStride;


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