| Index: webrtc/modules/audio_coding/acm2/acm_receiver.h
|
| diff --git a/webrtc/modules/audio_coding/acm2/acm_receiver.h b/webrtc/modules/audio_coding/acm2/acm_receiver.h
|
| index d39581ed4cff83361135357068bc951644a3f621..53def2b1646f837c7ce87e41c7ba396c88881025 100644
|
| --- a/webrtc/modules/audio_coding/acm2/acm_receiver.h
|
| +++ b/webrtc/modules/audio_coding/acm2/acm_receiver.h
|
| @@ -186,7 +186,7 @@ class AcmReceiver {
|
| //
|
| // Remove all registered codecs.
|
| //
|
| - int RemoveAllCodecs();
|
| + void RemoveAllCodecs();
|
|
|
| // Returns the RTP timestamp for the last sample delivered by GetAudio().
|
| // The return value will be empty if no valid timestamp is available.
|
|
|