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

Commit 2b9a3e13 authored by Marco Nelissen's avatar Marco Nelissen Committed by Android (Google) Code Review
Browse files

Merge "Fix initialization of AAC presentation struct" into lmp-dev

parents 501ed9d5 3e5d6d1b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1734,6 +1734,7 @@ status_t ACodec::setupAACCodec(
            : OMX_AUDIO_AACStreamFormatMP4FF;

    OMX_AUDIO_PARAM_ANDROID_AACPRESENTATIONTYPE presentation;
    InitOMXParams(&presentation);
    presentation.nMaxOutputChannels = maxOutputChannelCount;
    presentation.nDrcCut = drc.drcCut;
    presentation.nDrcBoost = drc.drcBoost;