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

Commit 1392f273 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents ad2e7b90 e60c7cff
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.