aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSujin Panicker <spanic@codeaurora.org>2019-07-30 18:02:04 +0530
committerArian <arian.kulmer@web.de>2020-03-16 16:56:29 +0100
commitbde51d473c5c2314eaeb707a889da54a9a8ed945 (patch)
tree65439cbfb15c71429167c970c6b2ba5848415d2c
parentc8d4c0eb52180abb7876816eb86100f90a67e3a0 (diff)
shinano-common: media: Update opus omx codec ranking
Update opus omx codec ranking to give c2 implementation higher priority. Change-Id: Id6f1064483980e5fb9079ef19163ada083f6de60
-rw-r--r--configs/media/media_codecs.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/media/media_codecs.xml b/configs/media/media_codecs.xml
index 266209b..c8ce83f 100644
--- a/configs/media/media_codecs.xml
+++ b/configs/media/media_codecs.xml
@@ -183,6 +183,7 @@
<Feature name="adaptive-playback" />
<Limit name="concurrent-instances" max="2" />
</MediaCodec>
+ <MediaCodec name="OMX.google.opus.decoder" type="audio/opus" update="true" rank="100"/>
</Decoders>
<Include href="media_codecs_google_video.xml" />
</MediaCodecs>