| Index: webrtc/voice_engine/channel.h
|
| diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h
|
| index da020e6e5de9783990856d65ce48a42dd2939093..31c44efccd12cf4038a755e9f096042d26e6cacc 100644
|
| --- a/webrtc/voice_engine/channel.h
|
| +++ b/webrtc/voice_engine/channel.h
|
| @@ -286,7 +286,7 @@ class Channel
|
|
|
| // DTMF
|
| int SendTelephoneEventOutband(int event, int duration_ms);
|
| - int SetSendTelephoneEventPayloadType(int payload_type);
|
| + int SetSendTelephoneEventPayloadType(int payload_type, int payload_frequency);
|
|
|
| // VoEAudioProcessingImpl
|
| int VoiceActivityIndicator(int& activity);
|
|
|