| Index: webrtc/modules/audio_device/android/opensles_player.h
|
| diff --git a/webrtc/modules/audio_device/android/opensles_player.h b/webrtc/modules/audio_device/android/opensles_player.h
|
| index 2217fa099321ba4deaebf5b4a11df7a3fb7d7a41..a2b08a547ca49dafe84f0112a8c3d1af231ea022 100644
|
| --- a/webrtc/modules/audio_device/android/opensles_player.h
|
| +++ b/webrtc/modules/audio_device/android/opensles_player.h
|
| @@ -94,7 +94,7 @@ class OpenSLESPlayer {
|
| void EnqueuePlayoutData();
|
|
|
| // Configures the SL_DATAFORMAT_PCM structure.
|
| - SLDataFormat_PCM CreatePCMConfiguration(int channels,
|
| + SLDataFormat_PCM CreatePCMConfiguration(size_t channels,
|
| int sample_rate,
|
| int bits_per_sample);
|
|
|
|
|