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

Commit 3c925c29 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: Iced56e334d64806775f8bce3cc9be39d9afd477f
parents 31398ae3 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" />