Index: webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc |
diff --git a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc |
index f38ef783067eb478b27d40837c34ac36f1b2bc43..6a5371e90ce7fd7d3b61618d9d8e8de966b6d8f8 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc |
+++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc |
@@ -54,7 +54,6 @@ struct RemoteBitrateEstimatorSingleStream::Detector { |
crit_sect_(CriticalSectionWrapper::CreateCriticalSection()), |
last_process_time_(-1), |
process_interval_ms_(kProcessIntervalMs) { |
- assert(observer_); |
stefan-webrtc
2016/05/19 12:52:39
Why?
perkj_webrtc
2016/06/01 20:55:23
reverted. Needed by new VideoSendStreamTests that
|
LOG(LS_INFO) << "RemoteBitrateEstimatorSingleStream: Instantiating."; |
} |