summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFawad Shaukat <fshaukat@codeaurora.org>2019-11-05 06:12:08 -0800
committerFawad Shaukat <fshaukat@codeaurora.org>2019-11-05 06:12:13 -0800
commitcdd710bb2bcf4252f59f69c3412d35c0f15001bf (patch)
tree10930db1d77a64a2bbfb01f14f10e0c66114a054
parent05188840baa2ec3491f1c74a6b963b24625965df (diff)
conf_files: lito: Remove MPEGH encoder/decoder from Media codec list
-Remove MPEGH decoder -Remove MPEGH encoder Change-Id: Idce7a6eacd034b9488b1b4ec4abf6a3ce1dcb351
-rw-r--r--conf_files/lito/media_codecs_vendor_audio.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/conf_files/lito/media_codecs_vendor_audio.xml b/conf_files/lito/media_codecs_vendor_audio.xml
index aae3e591..0cd32940 100644
--- a/conf_files/lito/media_codecs_vendor_audio.xml
+++ b/conf_files/lito/media_codecs_vendor_audio.xml
@@ -16,19 +16,11 @@
limitations under the License.
-->
<Included>
- <Encoders>
- <MediaCodec name="OMX.qcom.audio.encoder.mpegh" type="audio/mhas" rank="0">
- <Limit name="concurrent-instances" max="1" />
- </MediaCodec>
- </Encoders>
<Decoders>
<MediaCodec name="OMX.google.opus.decoder" type="audio/opus" update="true" rank="100"/>
<!-- SimpleOMXComponet based software decoder-->
<MediaCodec name="OMX.qti.audio.decoder.flac" type="audio/flac" rank="0">
<Limit name="concurrent-instances" max="10" />
</MediaCodec>
- <MediaCodec name="OMX.qti.audio.decoder.mpegh" type="audio/mhas" rank="0">
- <Limit name="concurrent-instances" max="1" />
- </MediaCodec>
</Decoders>
</Included>