Delete support for sending RTCP RPSI and SLI messages.

BUG=webrtc:7338

Review-Url: https://codereview.webrtc.org/2746413003
Cr-Commit-Position: refs/heads/master@{#17229}
This commit is contained in:
nisse
2017-03-14 08:54:43 -07:00
committed by Commit bot
parent 0a73564338
commit cd386eb13f
14 changed files with 8 additions and 160 deletions

View File

@ -207,7 +207,6 @@ class VideoReceiver : public Module {
int32_t Decode(const webrtc::VCMEncodedFrame& frame)
EXCLUSIVE_LOCKS_REQUIRED(receive_crit_);
int32_t RequestKeyFrame();
int32_t RequestSliceLossIndication(const uint64_t pictureID) const;
private:
rtc::ThreadChecker construction_thread_;