Delete support for enabling adaptive isac mode

This appears unused. If deleted, other code related to isac bandwidth
estimation becomes unused and may be deleted in followup cls.

Bug: webrtc:10098
Change-Id: Ifeac2e90de895b12c337ea28cc33704350b9abf4
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/153667
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29252}
This commit is contained in:
Niels Möller
2019-09-19 15:21:54 +02:00
committed by Commit Bot
parent b5e4785464
commit 48b32b748e
8 changed files with 6 additions and 126 deletions

View File

@ -370,15 +370,13 @@ rtc_source_set("ilbc_c") {
]
}
rtc_static_library("isac_common") {
rtc_source_set("isac_common") {
poisonous = [ "audio_codecs" ]
sources = [
"codecs/isac/audio_decoder_isac_t.h",
"codecs/isac/audio_decoder_isac_t_impl.h",
"codecs/isac/audio_encoder_isac_t.h",
"codecs/isac/audio_encoder_isac_t_impl.h",
"codecs/isac/locked_bandwidth_info.cc",
"codecs/isac/locked_bandwidth_info.h",
]
deps = [
":isac_bwinfo",