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

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

Merge "media_codecs_sw: Update supported resolution for av1" am: 9fffb127 am: 44af55c9

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

Change-Id: I3632bf8986c89e0da468a230aef507f2f9fbf09f
parents 3cd7988a 44af55c9
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" />