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

Commit 5800321a authored by Leena Winterrowd's avatar Leena Winterrowd
Browse files

stagefright: Add mpeg4 dp mime to media codec list

CTS now requires that all supported types be listed within the same
<MediaCodec> xml tag. Move video/mp4v-esdp from media_codecs.xml to
media_codecs_google_video.xml to comply with this requirement.

Change-Id: I7540a60ac3a8c1e49cd18fb989a96fddb0c5b507
parent d9b04af0
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" />