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

Commit 8362149a authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

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

Merge "omx: Update language to comply with Android's inclusive language guidance" am: c58f753d am: 0e0a7fd9 am: 2abad630 am: 5bb23a58 am: f06c51e1

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1381843

Change-Id: I4a9ed809360f2fe111c45fb2c5a0484d7507c31a
parents 5c65a49a f06c51e1
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;