Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57f50947 authored by Saurav Kumar's avatar Saurav Kumar
Browse files

conf_files: use AOSP FLAC decoder.

qti flac decoder doesn't support floating encodings, use AOSP decoder.

Change-Id: I387f5d406274a7e9871a1f00febfb73b688a2f8d
parent 3d54e136
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -20,8 +20,5 @@
        <MediaCodec name="OMX.google.opus.decoder" type="audio/opus" update="true" rank="100"/>
        <MediaCodec name="OMX.google.raw.decoder" type="audio/raw" update="true" rank="1"/>
        <!-- SimpleOMXComponet based software decoder-->
        <MediaCodec name="OMX.qti.audio.decoder.flac" type="audio/flac" rank="0">
            <Limit name="concurrent-instances" max="10" />
        </MediaCodec>
    </Decoders>
</Included>