| Index: content/renderer/media/webrtc_audio_capturer.cc
|
| ===================================================================
|
| --- content/renderer/media/webrtc_audio_capturer.cc (revision 194385)
|
| +++ content/renderer/media/webrtc_audio_capturer.cc (working copy)
|
| @@ -26,7 +26,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
|
|
|