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

Commit 2f8ab94d authored by Pawin Vongmasa's avatar Pawin Vongmasa Committed by android-build-merger
Browse files

Merge "Rename "bitrate-control" to "bitrate-modes"" into oc-mr1-dev

am: 1392f273

Change-Id: I93f8235aa4df41952930414666023349f30b1430
parents 282ca695 1392f273
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -61,9 +61,9 @@ status_t queryCapabilities(
    }
    for (const auto& attribute : node.attributes) {
        // All features have an int32 value except
        // "feature-bitrate-control", which has a string value.
        // "feature-bitrate-modes", which has a string value.
        if ((attribute.key.compare(0, 8, "feature-") == 0) &&
                (attribute.key.compare(8, 15, "bitrate-control")
                (attribute.key.compare(8, 15, "bitrate-modes")
                 != 0)) {
            // If this attribute.key is a feature that is not a bitrate
            // control, add an int32 value.