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

Commit 7815f615 authored by Fyodor Kyslov's avatar Fyodor Kyslov Committed by Automerger Merge Worker
Browse files

Merge "APV: Fix Min size for the encoder" into main am: 266c5d50 am: 528db2c2

parents c57e7100 528db2c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -420,7 +420,7 @@
            <Attribute name="software-codec" />
        </MediaCodec>
        <MediaCodec name="c2.android.apv.encoder" type="video/apv" enabled="false" minsdk="36" variant="!slow-cpu">
            <Limit name="size" min="2x2" max="1920x1920" />
            <Limit name="size" min="16x16" max="1920x1920" />
            <Limit name="alignment" value="2x2" />
            <Limit name="block-size" value="16x16" />
            <Limit name="block-count" range="1-32768" /> <!-- max 4096x2048 equivalent -->