diff options
author | Santhosh Behara <santhoshbehara@codeaurora.org> | 2017-12-11 16:51:55 +0530 |
---|---|---|
committer | Santhosh Behara <santhoshbehara@codeaurora.org> | 2017-12-11 16:54:28 +0530 |
commit | bf43eac3ee7fc4039f53bf8a4644d8b4c58f2872 (patch) | |
tree | 50c7a62a745d0cdc687183c1d412934e358191cc /media_codecs.xml | |
parent | a027d1f0fc1c518dae37d0197a46a258f9f80890 (diff) |
sdm660: mediacodec: Update media codecs list
Remove OMX.qcom.video.decoder.wmv entry from media_codecs.xml
as OMX.qcom.video.decoder.vc1 entry is already present.
CRs-Fixed: 2155302
Change-Id: I91bc6be7225e0d2aaeba56eb9e20a315e4c05a37
Diffstat (limited to 'media_codecs.xml')
-rw-r--r-- | media_codecs.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/media_codecs.xml b/media_codecs.xml index f17b331..e3735b8 100644 --- a/media_codecs.xml +++ b/media_codecs.xml @@ -267,17 +267,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.qcom.video.decoder.wmv" 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="16" /> - </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" /> |