diff options
author | arian <arian.kulmer@web.de> | 2019-02-27 14:57:42 +0100 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-25 22:16:13 +0200 |
commit | 52c41a3f5fcc481a2e3f5eee3837611c0cef3309 (patch) | |
tree | 0f69c7472fd364a70c12cdb3f805e979fb7b8b38 | |
parent | eaa48b6728f531d9aaaccb28eb8693f067a3a973 (diff) |
shinano-common: media: Remove unsopported media codecs
02-20 17:19:50.305 463 463 E MediaCodecsXmlParser: Cannot find the role for a decoder of type video/divx
02-20 17:19:50.305 463 463 E MediaCodecsXmlParser: Cannot find the role for a decoder of type video/divx311
02-20 17:19:50.305 463 463 E MediaCodecsXmlParser: Cannot find the role for a decoder of type video/divx4
02-20 17:19:50.305 463 463 E MediaCodecsXmlParser: Cannot find the role for a decoder of type video/x-ms-wmv
Change-Id: I21e6634343e106aee0a9ded8effc9461c3a45acf
-rw-r--r-- | media_codecs.xml | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/media_codecs.xml b/media_codecs.xml index d3e2ebc..289df7e 100644 --- a/media_codecs.xml +++ b/media_codecs.xml @@ -176,50 +176,6 @@ <Feature name="adaptive-playback" /> <Limit name="concurrent-instances" max="13" /> </MediaCodec> - <MediaCodec name="OMX.qcom.video.decoder.vc1" type="video/x-ms-wmv" > - <Quirk name="requires-allocate-on-input-ports" /> - <Quirk name="requires-allocate-on-output-ports" /> - <Limit name="size" min="64x64" max="1920x1088" /> - <Limit name="alignment" value="2x2" /> - <Limit name="block-size" value="16x16" /> - <Limit name="blocks-per-second" min="1" max="489600" /> - <Limit name="bitrate" range="1-60000000" /> - <Feature name="adaptive-playback" /> - <Limit name="concurrent-instances" max="13" /> - </MediaCodec> - <MediaCodec name="OMX.qcom.video.decoder.divx" type="video/divx" > - <Quirk name="requires-allocate-on-input-ports" /> - <Quirk name="requires-allocate-on-output-ports" /> - <Limit name="size" min="64x64" max="1920x1088" /> - <Limit name="alignment" value="2x2" /> - <Limit name="block-size" value="16x16" /> - <Limit name="blocks-per-second" min="1" max="244800" /> - <Limit name="bitrate" range="1-10000000" /> - <Feature name="adaptive-playback" /> - <Limit name="concurrent-instances" max="13" /> - </MediaCodec> - <MediaCodec name="OMX.qcom.video.decoder.divx311" type="video/divx311" > - <Quirk name="requires-allocate-on-input-ports" /> - <Quirk name="requires-allocate-on-output-ports" /> - <Limit name="size" min="64x64" max="720x480" /> - <Limit name="alignment" value="2x2" /> - <Limit name="block-size" value="16x16" /> - <Limit name="blocks-per-second" min="1" max="40500" /> - <Limit name="bitrate" range="1-2000000" /> - <Feature name="adaptive-playback" /> - <Limit name="concurrent-instances" max="13" /> - </MediaCodec> - <MediaCodec name="OMX.qcom.video.decoder.divx4" type="video/divx4" > - <Quirk name="requires-allocate-on-input-ports" /> - <Quirk name="requires-allocate-on-output-ports" /> - <Limit name="size" min="64x64" max="1920x1088" /> - <Limit name="alignment" value="2x2" /> - <Limit name="block-size" value="16x16" /> - <Limit name="blocks-per-second" min="1" max="244800" /> - <Limit name="bitrate" range="1-10000000" /> - <Feature name="adaptive-playback" /> - <Limit name="concurrent-instances" max="13" /> - </MediaCodec> <MediaCodec name="OMX.qcom.video.decoder.vp8" type="video/x-vnd.on2.vp8" > <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> |