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

Commit 2828c067 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

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