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

Commit 5bb23a58 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

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

Change-Id: Id06e3aa020cee2ffabe340bc46811844f5665b3c
parents 8d822819 2abad630
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;