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

Commit a27c1949 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 12870972 from 63dcf979 to 25Q2-release

Change-Id: I1d19bdfbe25addd86a02c18b05582d10532012ea
parents 9659679d 63dcf979
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -149,7 +149,7 @@ bool CodecCapabilities::isFormatSupported(const sp<AMessage> &format) const {
        int32_t yesNo;
        std::string key = KEY_FEATURE_;
        key = key + feat.mName;
        if (format->findInt32(key.c_str(), &yesNo)) {
        if (!format->findInt32(key.c_str(), &yesNo)) {
            continue;
        }
        if ((yesNo == 1 && !isFeatureSupported(feat.mName)) ||