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

Commit 2abad630 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

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

Change-Id: Ifde18963a95a36aae6356587c587a0d09826ad3d
parents 827df1b7 0e0a7fd9
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;