resolved conflicts for merge of 4790a2e2 to master
Change-Id: I659ccd9a51e24f217f715178a98eaf6592c258d7
This commit is contained in:
@@ -73,7 +73,7 @@ int AmrCodec::set(int sampleRate, const char *fmtp)
|
||||
}
|
||||
|
||||
// Handle mode-set and octet-align.
|
||||
const char *modes = strcasestr(fmtp, "mode-set=");
|
||||
char *modes = (char*)strcasestr(fmtp, "mode-set=");
|
||||
if (modes) {
|
||||
mMode = 0;
|
||||
mModeSet = 0;
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
Reference in New Issue
Block a user