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

Commit cf622335 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "MediaCodecsXmlParser: append variants instead of replacing" into main

parents fe0d9296 967c8f09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1069,7 +1069,7 @@ status_t MediaCodecsXmlParser::Impl::Parser::updateMediaCodec(
        codec.rank = rank;
    }

    codec.variantSet = variants;
    codec.variantSet.insert(variants.begin(), variants.end());

    // we allow sets of domains...
    for (const std::string &domain : domains) {