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

Commit fa74de2d 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 eed157dc ceb83b8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -154,7 +154,7 @@ OMX_ERRORTYPE SoftAMR::internalGetParameter(


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


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