BUG=webrtc:4690
TBR=stefan@webrtc.org

Review-Url: https://codereview.webrtc.org/2668413005
Cr-Commit-Position: refs/heads/master@{#16415}
This commit is contained in:
solenberg 2017-02-02 04:23:24 -08:00 committed by Commit bot
parent b33eed2e42
commit ed01647ea9

View File

@ -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);
}