| Index: webrtc/modules/audio_coding/codecs/isac/audio_encoder_isac_t.h
|
| diff --git a/webrtc/modules/audio_coding/codecs/isac/audio_encoder_isac_t.h b/webrtc/modules/audio_coding/codecs/isac/audio_encoder_isac_t.h
|
| index 762757ace747af8085965ceb11e1c2b0fb350312..b15ad942dfce204ca754632de27d90eebc08703f 100644
|
| --- a/webrtc/modules/audio_coding/codecs/isac/audio_encoder_isac_t.h
|
| +++ b/webrtc/modules/audio_coding/codecs/isac/audio_encoder_isac_t.h
|
| @@ -27,7 +27,6 @@ class AudioEncoderIsacT final : public AudioEncoder {
|
| // - 16000 Hz, 30 ms, 10000-32000 bps
|
| // - 16000 Hz, 60 ms, 10000-32000 bps
|
| // - 32000 Hz, 30 ms, 10000-56000 bps (if T has super-wideband support)
|
| - // - 48000 Hz, 30 ms, 10000-56000 bps (if T has super-wideband support)
|
| struct Config {
|
| bool IsOk() const;
|
|
|
|
|