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

Commit f521e485 authored by Fyodor Kyslov's avatar Fyodor Kyslov
Browse files

Update max block-count for AV1 SW encoder

This will allow CodecCapabilities to support HD encoding

Bug: 252836071
Test: EncoderBenchmark
Change-Id: I32afbcf3413832fe9e5d1637cd31633b735828ae
parent 3b8e3d82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -355,7 +355,7 @@
            <Limit name="size" min="2x2" max="2048x2048" />
            <Limit name="alignment" value="2x2" />
            <Limit name="block-size" value="16x16" />
            <Limit name="block-count" range="1-3600" />
            <Limit name="block-count" range="1-8200" />
            <Limit name="bitrate" range="1-40000000" />
            <Feature name="bitrate-modes" value="VBR,CBR" />
            <Attribute name="software-codec" />