diff options
-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> |