| Index: webrtc/modules/audio_coding/main/test/TestStereo.h
|
| diff --git a/webrtc/modules/audio_coding/main/test/TestStereo.h b/webrtc/modules/audio_coding/main/test/TestStereo.h
|
| index c6412c794618ff1c988c8b31313700806b7d66b3..b56e9952724824829eaf652a2d4170fbf7515b78 100644
|
| --- a/webrtc/modules/audio_coding/main/test/TestStereo.h
|
| +++ b/webrtc/modules/audio_coding/main/test/TestStereo.h
|
| @@ -100,11 +100,9 @@ class TestStereo : public ACMTest {
|
| #ifdef WEBRTC_CODEC_G722
|
| int g722_pltype_;
|
| #endif
|
| -#ifdef WEBRTC_CODEC_PCM16
|
| int l16_8khz_pltype_;
|
| int l16_16khz_pltype_;
|
| int l16_32khz_pltype_;
|
| -#endif
|
| #ifdef PCMA_AND_PCMU
|
| int pcma_pltype_;
|
| int pcmu_pltype_;
|
|
|