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

Commit 4f0585cb 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

* commit '2b9a3e13':
  Fix initialization of AAC presentation struct
parents f50a3b41 2b9a3e13
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;