Delete method VideoCodingModule::SetVideoProtection
Bug: webrtc:8064 Change-Id: I2a6ed11bf1415e4e0d199733f9d9a659afec0fe8 Reviewed-on: https://webrtc-review.googlesource.com/c/116689 Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26194}
This commit is contained in:
@ -60,12 +60,6 @@ class VideoCodingModuleImpl : public VideoCodingModule {
|
||||
|
||||
void Process() override { receiver_.Process(); }
|
||||
|
||||
int32_t SetVideoProtection(VCMVideoProtection videoProtection,
|
||||
bool enable) override {
|
||||
// TODO(pbos): Remove enable from receive-side protection modes as well.
|
||||
return receiver_.SetVideoProtection(videoProtection, enable);
|
||||
}
|
||||
|
||||
int32_t RegisterReceiveCodec(const VideoCodec* receiveCodec,
|
||||
int32_t numberOfCores,
|
||||
bool requireKeyFrame) override {
|
||||
|
Reference in New Issue
Block a user