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

Commit 668cbff6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "SoftXaac: Add OMX_AUDIO_AACObjectXHE to supported profiles list"

parents b2c5418d 33e7f547
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ static void InitOMXParams(T* params) {

static const OMX_U32 kSupportedProfiles[] = {
    OMX_AUDIO_AACObjectLC, OMX_AUDIO_AACObjectHE,  OMX_AUDIO_AACObjectHE_PS,
    OMX_AUDIO_AACObjectLD, OMX_AUDIO_AACObjectELD,
    OMX_AUDIO_AACObjectLD, OMX_AUDIO_AACObjectELD, OMX_AUDIO_AACObjectXHE
};

SoftXAAC::SoftXAAC(const char* name, const OMX_CALLBACKTYPE* callbacks, OMX_PTR appData,