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

Commit ba2c994a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "stagefright: Add mpeg4 dp mime to media codec list"

parents 5829f987 5800321a
Loading
Loading
Loading
Loading
+8 −1
Original line number Original line Diff line number Diff line
@@ -16,7 +16,14 @@


<Included>
<Included>
    <Decoders>
    <Decoders>
        <MediaCodec name="OMX.google.mpeg4.decoder" type="video/mp4v-es">
        <MediaCodec name="OMX.google.mpeg4.decoder">
            <Type name="video/mp4v-es" />
            <!--
                Use Google mpeg4 decoder for mpeg4 DP content which is not
                supported by HW. A component can be used to support several
                mimetypes, so non-DP mpeg4 usecases will not be affected by this.
            -->
            <Type name="video/mp4v-esdp" />
            <!-- profiles and levels:  ProfileSimple : Level3 -->
            <!-- profiles and levels:  ProfileSimple : Level3 -->
            <Limit name="size" min="2x2" max="352x288" />
            <Limit name="size" min="2x2" max="352x288" />
            <Limit name="alignment" value="2x2" />
            <Limit name="alignment" value="2x2" />