aboutsummaryrefslogtreecommitdiff
path: root/video
diff options
context:
space:
mode:
authorMarkus Handell <handellm@webrtc.org>2020-07-08 17:55:58 +0200
committerCommit Bot <commit-bot@chromium.org>2020-07-08 20:38:54 +0000
commit18523c34b464600540b4b1f042d0d5519a5be953 (patch)
tree355cf72f3fc99827a9c7e20fdfe9bb8d90a0a8bd /video
parent44dd3d743517fe85212ba4f68bda1e78c2e6d7ec (diff)
downloadwebrtc-18523c34b464600540b4b1f042d0d5519a5be953.tar.gz
Migrate rtc_base to webrtc::Mutex.
Bug: webrtc:11567 Change-Id: Ib8630e0cf1266e7c3f8ce718e1ed9f8848f42ec8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/178806 Reviewed-by: Tommi <tommi@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Markus Handell <handellm@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31682}
Diffstat (limited to 'video')
-rw-r--r--video/video_stream_decoder_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/video_stream_decoder_impl.h b/video/video_stream_decoder_impl.h
index f3f09e4a79..4163afe243 100644
--- a/video/video_stream_decoder_impl.h
+++ b/video/video_stream_decoder_impl.h
@@ -19,6 +19,7 @@
#include "api/video/video_stream_decoder.h"
#include "modules/video_coding/frame_buffer2.h"
#include "modules/video_coding/timing.h"
+#include "rtc_base/critical_section.h"
#include "rtc_base/platform_thread.h"
#include "rtc_base/task_queue.h"
#include "rtc_base/thread_checker.h"