aboutsummaryrefslogtreecommitdiff
path: root/video/video_analyzer.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/video_analyzer.h')
-rw-r--r--video/video_analyzer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/video_analyzer.h b/video/video_analyzer.h
index 18bacc16fc..68861d1b5f 100644
--- a/video/video_analyzer.h
+++ b/video/video_analyzer.h
@@ -302,7 +302,7 @@ class VideoAnalyzer : public PacketReceiver,
const double avg_ssim_threshold_;
bool is_quick_test_enabled_;
- std::vector<rtc::PlatformThread*> comparison_thread_pool_;
+ std::vector<rtc::PlatformThread> comparison_thread_pool_;
rtc::Event comparison_available_event_;
std::deque<FrameComparison> comparisons_ RTC_GUARDED_BY(comparison_lock_);
bool quit_ RTC_GUARDED_BY(comparison_lock_);