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

Commit c58f753d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "omx: Update language to comply with Android's inclusive language guidance"

parents cf7197e3 6eda3632
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -354,7 +354,7 @@ bool IsFlexibleColorFormat(
    DescribeColorFormat2Params describeParams;
    InitOMXParams(&describeParams);
    describeParams.eColorFormat = (OMX_COLOR_FORMATTYPE)colorFormat;
    // reasonable dummy values
    // reasonable initial values (that will be overwritten)
    describeParams.nFrameWidth = 128;
    describeParams.nFrameHeight = 128;
    describeParams.nStride = 128;