| Index: webrtc/voice_engine/output_mixer.h
|
| diff --git a/webrtc/voice_engine/output_mixer.h b/webrtc/voice_engine/output_mixer.h
|
| index fab5a16095e28443952d1cb0bf64ebcbb39724ee..1cbe03253354850c9d2bed62211a886aea8f2655 100644
|
| --- a/webrtc/voice_engine/output_mixer.h
|
| +++ b/webrtc/voice_engine/output_mixer.h
|
| @@ -63,7 +63,7 @@ public:
|
| int32_t SetAnonymousMixabilityStatus(MixerParticipant& participant,
|
| bool mixable);
|
|
|
| - int GetMixedAudio(int sample_rate_hz, int num_channels,
|
| + int GetMixedAudio(int sample_rate_hz, size_t num_channels,
|
| AudioFrame* audioFrame);
|
|
|
| // VoEVolumeControl
|
|
|