sdm660: media: update opus omx codec ranking
Update opus omx codec ranking to give c2 implementation higher priority. Change-Id: I5fb0c91fe0f8c691868c92eb50536495b31132e2
This commit is contained in:
parent
6133ed7040
commit
552a2e6e47
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?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.
|
Not a contribution.
|
||||||
|
|
||||||
Copyright (C) 2012-2013 The Android Open Source Project
|
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" />
|
<Feature name="secure-playback" required="true" />
|
||||||
<Limit name="concurrent-instances" max="6" />
|
<Limit name="concurrent-instances" max="6" />
|
||||||
</MediaCodec>
|
</MediaCodec>
|
||||||
|
<MediaCodec name="OMX.google.opus.decoder" type="audio/opus" update="true" rank="100"/>
|
||||||
</Decoders>
|
</Decoders>
|
||||||
<Include href="media_codecs_google_video.xml" />
|
<Include href="media_codecs_google_video.xml" />
|
||||||
</MediaCodecs>
|
</MediaCodecs>
|
||||||
|
|
Loading…
Reference in a new issue