Set default max_threads_count to DVQA injection helper
Bug: webrtc:12247 Change-Id: I608cffad7ee5397c306fb03a36d89f31882c112c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/196092 Commit-Queue: Andrey Logvin <landrey@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32748}
This commit is contained in:

committed by
Commit Bot

parent
9c296e5b9e
commit
6efb0310ec
@ -75,7 +75,7 @@ class VideoQualityAnalyzerInjectionHelper : public StatsObserverInterface {
|
||||
|
||||
void Start(std::string test_case_name,
|
||||
rtc::ArrayView<const std::string> peer_names,
|
||||
int max_threads_count);
|
||||
int max_threads_count = 1);
|
||||
|
||||
// Forwards |stats_reports| for Peer Connection |pc_label| to
|
||||
// |analyzer_|.
|
||||
|
Reference in New Issue
Block a user