| Index: webrtc/tools/event_log_visualizer/analyzer.h
|
| diff --git a/webrtc/tools/event_log_visualizer/analyzer.h b/webrtc/tools/event_log_visualizer/analyzer.h
|
| index 9773f2fc41177477610a74a3b06a71d5c8ba2f8e..5a0e6c5bace073c49af0d4a89d6465a55e23d703 100644
|
| --- a/webrtc/tools/event_log_visualizer/analyzer.h
|
| +++ b/webrtc/tools/event_log_visualizer/analyzer.h
|
| @@ -20,6 +20,7 @@
|
|
|
| #include "webrtc/base/function_view.h"
|
| #include "webrtc/logging/rtc_event_log/rtc_event_log_parser.h"
|
| +#include "webrtc/modules/audio_coding/audio_network_adaptor/include/audio_network_adaptor.h"
|
| #include "webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h"
|
| #include "webrtc/modules/rtp_rtcp/source/rtcp_packet.h"
|
| #include "webrtc/tools/event_log_visualizer/plot_base.h"
|
| @@ -55,7 +56,7 @@ struct LossBasedBweUpdate {
|
|
|
| struct AudioNetworkAdaptationEvent {
|
| uint64_t timestamp;
|
| - AudioNetworkAdaptor::EncoderRuntimeConfig config;
|
| + AudioEncoderRuntimeConfig config;
|
| };
|
|
|
| class EventLogAnalyzer {
|
|
|