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

Commit ba5ba39b authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Increase max dimensions for mpeg4 decoder in media_codecs_sw.xml" am: 09b9e25e

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

Change-Id: I8f7321b4f3c5e65a6995c0c06ccc375e2a9cc47d
parents a59b72a2 09b9e25e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -91,11 +91,11 @@
        <MediaCodec name="c2.android.mpeg4.decoder" type="video/mp4v-es">
            <Alias name="OMX.google.mpeg4.decoder" />
            <!-- profiles and levels:  ProfileSimple : Level3 -->
            <Limit name="size" min="2x2" max="352x288" />
            <Limit name="size" min="2x2" max="1920x1920" />
            <Limit name="alignment" value="2x2" />
            <Limit name="block-size" value="16x16" />
            <Limit name="blocks-per-second" range="12-11880" />
            <Limit name="bitrate" range="1-384000" />
            <Limit name="block-count" range="1-14400" />
            <Limit name="blocks-per-second" range="1-432000" />
            <Limit name="bitrate" range="1-40000000" />
            <Feature name="adaptive-playback" />
        </MediaCodec>
        <MediaCodec name="c2.android.h263.decoder" type="video/3gpp">