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

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

Merge "C2SoftAvcEnc: Clip level to max supported level"

parents 74b59006 88bd831b
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;
        }