| Index: webrtc/voice_engine/dtmf_inband.h
|
| diff --git a/webrtc/voice_engine/dtmf_inband.h b/webrtc/voice_engine/dtmf_inband.h
|
| index 6000d99214c96d878a3d001076cb76a9cf2ed350..795c5ce8fcaaf64aff0dce903085d9eae39ce843 100644
|
| --- a/webrtc/voice_engine/dtmf_inband.h
|
| +++ b/webrtc/voice_engine/dtmf_inband.h
|
| @@ -17,6 +17,9 @@
|
|
|
| namespace webrtc {
|
|
|
| +// TODO(solenberg): Used as a DTMF tone generator in voe::OutputMixer. Pull out
|
| +// the one in NetEq and use that instead? We don't need several
|
| +// implemenations of this.
|
| class DtmfInband
|
| {
|
| public:
|
|
|