Index: webrtc/modules/audio_coding/codecs/isac/fix/source/structs.h |
diff --git a/webrtc/modules/audio_coding/codecs/isac/fix/source/structs.h b/webrtc/modules/audio_coding/codecs/isac/fix/source/structs.h |
index 5f3e0c30365a3a7fe133a2914b6a961a5f36a823..5abbd7ad446d9266a8e513d684b7468bbb185146 100644 |
--- a/webrtc/modules/audio_coding/codecs/isac/fix/source/structs.h |
+++ b/webrtc/modules/audio_coding/codecs/isac/fix/source/structs.h |
@@ -20,6 +20,7 @@ |
#include "webrtc/common_audio/signal_processing/include/signal_processing_library.h" |
+#include "webrtc/modules/audio_coding/codecs/isac/bandwidth_info.h" |
#include "webrtc/modules/audio_coding/codecs/isac/fix/source/settings.h" |
#include "webrtc/typedefs.h" |
@@ -245,9 +246,7 @@ typedef struct { |
bwe will assume the connection is over broadband network */ |
int16_t highSpeedSend; |
- |
- |
- |
+ IsacBandwidthInfo external_bw_info; |
} BwEstimatorstr; |