| Index: webrtc/modules/audio_coding/neteq/audio_decoder_impl.h
|
| diff --git a/webrtc/modules/audio_coding/neteq/audio_decoder_impl.h b/webrtc/modules/audio_coding/neteq/audio_decoder_impl.h
|
| index 6be344b0847770d0d3680443ebca02d40205ef9a..829cf70a8eaedfd56d0e17f3eeea097022bf41df 100644
|
| --- a/webrtc/modules/audio_coding/neteq/audio_decoder_impl.h
|
| +++ b/webrtc/modules/audio_coding/neteq/audio_decoder_impl.h
|
| @@ -93,7 +93,6 @@ class AudioDecoderPcmAMultiCh : public AudioDecoderPcmA {
|
| DISALLOW_COPY_AND_ASSIGN(AudioDecoderPcmAMultiCh);
|
| };
|
|
|
| -#ifdef WEBRTC_CODEC_PCM16
|
| // This class handles all four types (i.e., sample rates) of PCM16B codecs.
|
| // The type is specified in the constructor parameter |type|.
|
| class AudioDecoderPcm16B : public AudioDecoder {
|
| @@ -126,7 +125,6 @@ class AudioDecoderPcm16BMultiCh : public AudioDecoderPcm16B {
|
| const size_t channels_;
|
| DISALLOW_COPY_AND_ASSIGN(AudioDecoderPcm16BMultiCh);
|
| };
|
| -#endif
|
|
|
| #ifdef WEBRTC_CODEC_ILBC
|
| class AudioDecoderIlbc : public AudioDecoder {
|
|
|