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

Commit cd37e7ac authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "C2SoftAvcEnc: Clip level to max supported level" am: 5f7c057d

parents 7a915f37 5f7c057d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -356,7 +356,7 @@ public:
                needsUpdate = true;
            }
        }
        if (!found) {
        if (!found || me.v.level > LEVEL_AVC_5) {
            // We set to the highest supported level.
            me.set().level = LEVEL_AVC_5;
        }