| Index: webrtc/modules/audio_coding/main/acm2/acm_codec_database.h
|
| diff --git a/webrtc/modules/audio_coding/main/acm2/acm_codec_database.h b/webrtc/modules/audio_coding/main/acm2/acm_codec_database.h
|
| index 925c25fc421d05843ec385c71b1f15af9cf380e8..f34d755ccd3ddcdb82f286674407d3b6c17e349e 100644
|
| --- a/webrtc/modules/audio_coding/main/acm2/acm_codec_database.h
|
| +++ b/webrtc/modules/audio_coding/main/acm2/acm_codec_database.h
|
| @@ -71,9 +71,7 @@ class ACMCodecDB {
|
| #ifdef ENABLE_48000_HZ
|
| , kCNFB
|
| #endif
|
| -#ifdef WEBRTC_CODEC_AVT
|
| , kAVT
|
| -#endif
|
| #ifdef WEBRTC_CODEC_RED
|
| , kRED
|
| #endif
|
| @@ -103,9 +101,6 @@ class ACMCodecDB {
|
| // Mono and stereo
|
| enum {kOpus = -1};
|
| #endif
|
| -#ifndef WEBRTC_CODEC_AVT
|
| - enum {kAVT = -1};
|
| -#endif
|
| #ifndef WEBRTC_CODEC_RED
|
| enum {kRED = -1};
|
| #endif
|
|
|