diff options
author | Sujin Panicker <spanic@codeaurora.org> | 2019-07-31 11:03:00 +0530 |
---|---|---|
committer | dianlujitao <dianlujitao@lineageos.org> | 2020-06-01 14:07:53 +0800 |
commit | 106d50a7a6866f19f522a661d9a247678930de81 (patch) | |
tree | dfbebf0297c3dbe5bae2378ca622e536f455dbfb /configs/media_codecs.xml | |
parent | b23e05ff626deaec0a8a8a839c46e047c5799911 (diff) |
sdm660-common: media: update opus omx codec ranking
Update opus omx codec ranking to give c2 implementation
higher priority.
Change-Id: I5fb0c91fe0f8c691868c92eb50536495b31132e2
Diffstat (limited to 'configs/media_codecs.xml')
-rw-r--r-- | configs/media_codecs.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/media_codecs.xml b/configs/media_codecs.xml index 578ed79..69c0195 100644 --- a/configs/media_codecs.xml +++ b/configs/media_codecs.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8" ?> -<!-- Copyright (C) 2012-2017 The Linux Foundation. All rights reserved. +<!-- Copyright (C) 2012-2017, 2019 The Linux Foundation. All rights reserved. Not a contribution. Copyright (C) 2012-2013 The Android Open Source Project @@ -376,6 +376,7 @@ Only the three quirks included above are recognized at this point: <Feature name="secure-playback" required="true" /> <Limit name="concurrent-instances" max="6" /> </MediaCodec> + <MediaCodec name="OMX.google.opus.decoder" type="audio/opus" update="true" rank="100"/> </Decoders> <Include href="media_codecs_google_video.xml" /> </MediaCodecs> |