| 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 84c8846a578374cc65ccb2740975e78437dd3985..b9fc2123b760d5b681d95fa231455437b424cde7 100644
|
| --- a/webrtc/modules/audio_coding/main/acm2/acm_codec_database.h
|
| +++ b/webrtc/modules/audio_coding/main/acm2/acm_codec_database.h
|
| @@ -100,9 +100,9 @@ class ACMCodecDB {
|
| // samples, and max number of channels that are supported.
|
| // neteq_decoders_ - list of supported decoders in NetEQ.
|
| static const CodecInst database_[kMaxNumCodecs];
|
| - static const CodecSettings codec_settings_[kMaxNumCodecs];
|
|
|
| private:
|
| + static const CodecSettings codec_settings_[kMaxNumCodecs];
|
| static const NetEqDecoder neteq_decoders_[kMaxNumCodecs];
|
|
|
| friend class RentACodec;
|
|
|