| Index: webrtc/voice_engine/channel.h
|
| diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h
|
| index b0725867aa1cc54d975c4ed69c3a46cacb380d4e..3d4302bffe4707064a4abaa280039f0c4601d109 100644
|
| --- a/webrtc/voice_engine/channel.h
|
| +++ b/webrtc/voice_engine/channel.h
|
| @@ -293,7 +293,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);
|
|
|