Skip to content

Commit

Permalink
Set default max_threads_count to DVQA injection helper
Browse files Browse the repository at this point in the history
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}
  • Loading branch information
Andrey Logvin authored and Commit Bot committed Dec 2, 2020
1 parent 9c296e5 commit 6efb031
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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_|.
Expand Down

0 comments on commit 6efb031

Please sign in to comment.