diff options
| author | Akianonymus <anonymus.aki@gmail.com> | 2018-10-09 07:48:55 +0530 |
|---|---|---|
| committer | althafvly <althafvly@gmail.com> | 2020-06-06 13:53:55 +0530 |
| commit | 0b9652e58e6d98022a5c0b65c5b055aa87a17d56 (patch) | |
| tree | 1bad09a3a55aa79639d353ffd9302de702bd1934 | |
| parent | 9183e4507a7dc40b6375e36fa4db79665f7beeeb (diff) | |
merlin: 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.
thx to @FacuM
Co-authored-by: FacuM <facumo.fm@gmail.com>
Change-Id: I6b0cdf6b30cb4c43e3909d6c902892425f2b0a9f
| -rw-r--r-- | configs/media_codecs.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/configs/media_codecs.xml b/configs/media_codecs.xml index 3261a88..14a9e40 100644 --- a/configs/media_codecs.xml +++ b/configs/media_codecs.xml @@ -70,18 +70,6 @@ <Limit name="concurrent-instances" max="8" /> <Feature name="adaptive-playback" /> </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" /> - <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-50000000" /> - <Limit name="concurrent-instances" max="4" /> - <Feature name="adaptive-playback" /> - <Feature name="secure-playback" required="true" /> - </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" /> |
