Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1079)

Unified Diff: webrtc/video/video_receive_stream.cc

Issue 2668413005: Remove bad DCHECK added as part of https://codereview.webrtc.org/2452163004/ (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/video_receive_stream.cc
diff --git a/webrtc/video/video_receive_stream.cc b/webrtc/video/video_receive_stream.cc
index 25418c4d8fe40df1f1d1e07b8d41a4e55646ae2a..a4097348bad88b264be3f7fab547c32948e6e413 100644
--- a/webrtc/video/video_receive_stream.cc
+++ b/webrtc/video/video_receive_stream.cc
@@ -285,7 +285,6 @@ bool VideoReceiveStream::DeliverRtp(const uint8_t* packet,
bool VideoReceiveStream::OnRecoveredPacket(const uint8_t* packet,
size_t length) {
- RTC_DCHECK_RUN_ON(&worker_thread_checker_);
return rtp_stream_receiver_.OnRecoveredPacket(packet, length);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698