am 18c00089: Merge "Misc fixes for sim-eng build." into gingerbread
Merge commit '18c000896f9cc77e790b92f29d4ddc18b213e1fb' into gingerbread-plus-aosp * commit '18c000896f9cc77e790b92f29d4ddc18b213e1fb': Misc fixes for sim-eng build.
This commit is contained in:
@@ -73,7 +73,7 @@ int AmrCodec::set(int sampleRate, const char *fmtp)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Handle mode-set and octet-align.
|
// Handle mode-set and octet-align.
|
||||||
char *modes = strcasestr(fmtp, "mode-set=");
|
char *modes = (char*)strcasestr(fmtp, "mode-set=");
|
||||||
if (modes) {
|
if (modes) {
|
||||||
mMode = 0;
|
mMode = 0;
|
||||||
mModeSet = 0;
|
mModeSet = 0;
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user