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

Commit 19e848e3 authored by James Zern's avatar James Zern Committed by Android (Google) Code Review
Browse files

Merge "stagefright: Use libgav1 for AV1 decoding"

parents 18fa5eca 0a4b6fec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@
            <Limit name="bitrate" range="1-40000000" />
            <Feature name="adaptive-playback" />
        </MediaCodec>
        <MediaCodec name="c2.android.av1.decoder" type="video/av01">
        <MediaCodec name="c2.android.gav1.decoder" type="video/av01">
            <Limit name="size" min="96x96" max="1920x1080" />
            <Limit name="alignment" value="2x2" />
            <Limit name="block-size" value="16x16" />
+1 −1
Original line number Diff line number Diff line
@@ -182,7 +182,7 @@
            </Variant>
            <Feature name="adaptive-playback" />
        </MediaCodec>
        <MediaCodec name="c2.android.av1.decoder" type="video/av01" variant="!slow-cpu">
        <MediaCodec name="c2.android.gav1.decoder" type="video/av01" variant="!slow-cpu">
            <Limit name="size" min="2x2" max="1920x1080" />
            <Limit name="alignment" value="2x2" />
            <Limit name="block-size" value="16x16" />