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

Commit 7072e03a authored by Andreas Huber's avatar Andreas Huber Committed by Android Git Automerger
Browse files

am ceb83b8d: Merge "SoftAMR: Signal the right frame format"

* commit 'ceb83b8d':
  SoftAMR: Signal the right frame format
parents f9a2b819 d166e4c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -154,7 +154,7 @@ OMX_ERRORTYPE SoftAMR::internalGetParameter(

            amrParams->nChannels = 1;
            amrParams->eAMRDTXMode = OMX_AUDIO_AMRDTXModeOff;
            amrParams->eAMRFrameFormat = OMX_AUDIO_AMRFrameFormatConformance;
            amrParams->eAMRFrameFormat = OMX_AUDIO_AMRFrameFormatFSF;

            if (!isConfigured()) {
                amrParams->nBitRate = 0;