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

Commit ceb83b8d authored by Andreas Huber's avatar Andreas Huber Committed by Gerrit Code Review
Browse files

Merge "SoftAMR: Signal the right frame format"

parents ccf51ec4 8298cd4d
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;