| Index: webrtc/modules/audio_coding/codecs/audio_decoder.cc
|
| diff --git a/webrtc/modules/audio_coding/codecs/audio_decoder.cc b/webrtc/modules/audio_coding/codecs/audio_decoder.cc
|
| index e91161e33c826655b9afca2ff1ddddb9a7ff0157..442ddc1e4b86b081653da168b363bf26e6bc9683 100644
|
| --- a/webrtc/modules/audio_coding/codecs/audio_decoder.cc
|
| +++ b/webrtc/modules/audio_coding/codecs/audio_decoder.cc
|
| @@ -82,10 +82,6 @@ bool AudioDecoder::PacketHasFec(const uint8_t* encoded,
|
| return false;
|
| }
|
|
|
| -int AudioDecoder::SampleRateHz() const {
|
| - return -1;
|
| -}
|
| -
|
| AudioDecoder::SpeechType AudioDecoder::ConvertSpeechType(int16_t type) {
|
| switch (type) {
|
| case 0: // TODO(hlundin): Both iSAC and Opus return 0 for speech.
|
|
|