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

Commit 91b7b0a3 authored by Marco Nelissen's avatar Marco Nelissen Committed by Android (Google) Code Review
Browse files

Merge "Fix simulator build, part 1/n"

parents 03bc711c fd1e4ad5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ int AmrCodec::set(int sampleRate, const char *fmtp)
    }

    // Handle mode-set and octet-align.
    char *modes = strcasestr(fmtp, "mode-set=");
    const char *modes = strcasestr(fmtp, "mode-set=");
    if (modes) {
        mMode = 0;
        mModeSet = 0;
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include <math.h>

#define LOG_TAG "Echo"