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

Commit 026a7a7e authored by Ray Essick's avatar Ray Essick Committed by Automerger Merge Worker
Browse files

Merge "media_codecs_sw: Update supported resolution for av1" into sc-dev am: 7d248730

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/14909930

Change-Id: I0355741373be2e34429f9fd91e65b1c3d78de80f
parents b0fa4a39 7d248730
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -183,7 +183,7 @@
            <Feature name="adaptive-playback" />
        </MediaCodec>
        <MediaCodec name="c2.android.av1.decoder" type="video/av01" variant="!slow-cpu">
            <Limit name="size" min="2x2" max="1920x1080" />
            <Limit name="size" min="2x2" max="2048x2048" />
            <Limit name="alignment" value="2x2" />
            <Limit name="block-size" value="16x16" />
            <Limit name="block-count" range="1-16384" />