| Index: webrtc/modules/audio_coding/codecs/audio_encoder.h
|
| diff --git a/webrtc/modules/audio_coding/codecs/audio_encoder.h b/webrtc/modules/audio_coding/codecs/audio_encoder.h
|
| index 0a40316b713025028fd67be64f9d75a08d124168..9b5c8d997f6fdd5120cb43277dcf51b3ba683b90 100644
|
| --- a/webrtc/modules/audio_coding/codecs/audio_encoder.h
|
| +++ b/webrtc/modules/audio_coding/codecs/audio_encoder.h
|
| @@ -71,7 +71,7 @@ class AudioEncoder {
|
| // Return the input sample rate in Hz and the number of input channels.
|
| // These are constants set at instantiation time.
|
| virtual int SampleRateHz() const = 0;
|
| - virtual int NumChannels() const = 0;
|
| + virtual size_t NumChannels() const = 0;
|
|
|
| // Return the maximum number of bytes that can be produced by the encoder
|
| // at each Encode() call. The caller can use the return value to determine
|
|
|