Commit 41e5ea51 authored by DidntRead's avatar DidntRead
Browse files

media: remove h264(it`s broken)

parent 2f571e56
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -108,17 +108,6 @@ Only the three quirks included above are recognized at this point:
            <Feature name="adaptive-playback"/>
            <Limit name="concurrent-instances" max="16" />
        </MediaCodec>
        <MediaCodec name="OMX.MTK.VIDEO.DECODER.AVC" type="video/avc" >
            <Limit name="size" min="64x64" max="1920x1088" />
            <Quirk name="requires-allocate-on-input-ports" />
            <Quirk name="requires-allocate-on-output-ports" />
            <Feature name="adaptive-playback"/>
            <Feature name="can-swap-width-height"/>
            <Limit name="block-size" value="16x16" />
            <Limit name="block-count" range="1-8160" />
            <Limit name="blocks-per-second" range="1-244800" />
            <Limit name="concurrent-instances" max="8" />
        </MediaCodec>
        <MediaCodec name="OMX.MTK.VIDEO.DECODER.VPX" type="video/x-vnd.on2.vp8" >
            <Limit name="size" min="16x16" max="1920x1088" />
            <Quirk name="requires-allocate-on-input-ports" />