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

Commit df7dbf9b authored by Marco Nelissen's avatar Marco Nelissen Committed by android-build-merger
Browse files

Merge "Fix initialization of AAC presentation struct" into lmp-dev am: 2b9a3e13 am: 4f0585cb

am: 2828c067

* commit '2828c067':
  Fix initialization of AAC presentation struct
parents 0ab6ee3e 2828c067
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1886,6 +1886,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;