| Index: webrtc/voice_engine/channel.h
|
| diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h
|
| index c86820f2a5d933ab2d039274ff4f91cd7e64f8cd..bb91c641cef193e8645b0a7dedb263070236babe 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);
|
|
|