| Index: webrtc/modules/audio_coding/main/test/TestVADDTX.h
|
| diff --git a/webrtc/modules/audio_coding/main/test/TestVADDTX.h b/webrtc/modules/audio_coding/main/test/TestVADDTX.h
|
| index 8ef4228bd7d8f1602e80ddc13aff138bebc60a71..d34b99f86503a07db0a83e6b9a153424c51b34fa 100644
|
| --- a/webrtc/modules/audio_coding/main/test/TestVADDTX.h
|
| +++ b/webrtc/modules/audio_coding/main/test/TestVADDTX.h
|
| @@ -29,7 +29,7 @@ class ActivityMonitor : public ACMVADCallback {
|
| void ResetStatistics();
|
| void GetStatistics(uint32_t* stats);
|
| private:
|
| - // 0 - kFrameEmpty
|
| + // 0 - kEmptyFrame
|
| // 1 - kAudioFrameSpeech
|
| // 2 - kAudioFrameCN
|
| // 3 - kVideoFrameKey (not used by audio)
|
| @@ -60,7 +60,7 @@ class TestVadDtx : public ACMTest {
|
| // 0 : there have been no packets of type |x|,
|
| // 1 : there have been packets of type |x|,
|
| // with |x| indicates the following packet types
|
| - // 0 - kFrameEmpty
|
| + // 0 - kEmptyFrame
|
| // 1 - kAudioFrameSpeech
|
| // 2 - kAudioFrameCN
|
| // 3 - kVideoFrameKey (not used by audio)
|
|
|