flo/deb: media: drop QCOM avc.secure decoder

This decoder is broken and causing a lot of crashes on boot, also it doesn't seem to be used anymore since google moved to software widvine implentation, so let's get rid of it.

Change-Id: Ide34fa01b6aa0e7079711c58f82ae873e54f7cdf
This commit is contained in:
voron00 2018-04-03 23:40:10 +03:00 committed by followmsi
parent 7ec078b018
commit 63ff521afe
1 changed files with 0 additions and 14 deletions

View File

@ -57,20 +57,6 @@
<Feature name="can-swap-width-height" />
<Limit name="concurrent-instances" max="4" />
</MediaCodec>
<MediaCodec name="OMX.qcom.video.decoder.avc.secure" type="video/avc" >
<Quirk name="requires-allocate-on-input-ports" />
<Quirk name="requires-allocate-on-output-ports"/>
<Quirk name="defers-output-buffer-allocation"/>
<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-20000000" />
<Feature name="adaptive-playback" />
<Feature name="secure-playback" required="true" />
<Feature name="can-swap-width-height" />
<Limit name="concurrent-instances" max="1" />
</MediaCodec>
<MediaCodec name="OMX.qcom.video.decoder.mpeg2" type="video/mpeg2" >
<Quirk name="requires-allocate-on-input-ports" />
<Quirk name="requires-allocate-on-output-ports"/>