Index: content/renderer/media/webrtc_audio_capturer.cc |
=================================================================== |
--- content/renderer/media/webrtc_audio_capturer.cc (revision 200309) |
+++ content/renderer/media/webrtc_audio_capturer.cc (working copy) |
@@ -27,7 +27,7 @@ |
#elif defined(OS_LINUX) || defined(OS_OPENBSD) |
static int kValidInputRates[] = {48000, 44100}; |
#elif defined(OS_ANDROID) |
-static int kValidInputRates[] = {48000, 44100, 16000}; |
+static int kValidInputRates[] = {48000, 44100}; |
#else |
static int kValidInputRates[] = {44100}; |
#endif |