msm8226-common: media: Update opus omx codec ranking

Update opus omx codec ranking to give c2 implementation
higher priority.

Change-Id: Id6f1064483980e5fb9079ef19163ada083f6de60
This commit is contained in:
Sujin Panicker 2020-01-24 17:28:56 +02:00 committed by RomanDesigner
parent eba5589d67
commit 2a8ce17641
No known key found for this signature in database
GPG key ID: 3D58447600ECB3AA

View file

@ -255,6 +255,7 @@
<Feature name="adaptive-playback" /> <Feature name="adaptive-playback" />
<Limit name="concurrent-instances" max="3" /> <Limit name="concurrent-instances" max="3" />
</MediaCodec> </MediaCodec>
<MediaCodec name="OMX.google.opus.decoder" type="audio/opus" update="true" rank="100"/>
</Decoders> </Decoders>
<Include href="media_codecs_google_video_le.xml" /> <Include href="media_codecs_google_video_le.xml" />
</MediaCodecs> </MediaCodecs>