| 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 c9aa08693fdc4978c86dbb61211b9834b10ccbdd..fa9e931218cebfd0332404198d4a82189434d0aa 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,
|
| size_t bits_per_sample);
|
|
|
|
|