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

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

Fix initialization of AAC presentation struct

am: dabb051c

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