Loading voip/jni/rtp/AmrCodec.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading voip/jni/rtp/EchoSuppressor.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ #include <stdio.h> #include <stdint.h> #include <string.h> #include <math.h> #define LOG_TAG "Echo" Loading Loading
voip/jni/rtp/AmrCodec.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading
voip/jni/rtp/EchoSuppressor.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ #include <stdio.h> #include <stdint.h> #include <string.h> #include <math.h> #define LOG_TAG "Echo" Loading