Make VideoStreamEncoderInterface::SetFecControllerOverride pure virtual
Clean-up after CL #143962 Bug: webrtc:10769 Change-Id: Ibf574b7b012c40846a88aaf2f1e7a6e2526a25ff Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/143963 Commit-Queue: Elad Alon <eladalon@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28424}
This commit is contained in:
@ -100,10 +100,8 @@ class VideoStreamEncoderInterface : public rtc::VideoSinkInterface<VideoFrame> {
|
|||||||
|
|
||||||
// Set a FecControllerOverride, through which the encoder may override
|
// Set a FecControllerOverride, through which the encoder may override
|
||||||
// decisions made by FecController.
|
// decisions made by FecController.
|
||||||
// TODO(bugs.webrtc.org/10769): Update downstream projects and then make this
|
|
||||||
// pure-virtual.
|
|
||||||
virtual void SetFecControllerOverride(
|
virtual void SetFecControllerOverride(
|
||||||
FecControllerOverride* fec_controller_override) {}
|
FecControllerOverride* fec_controller_override) = 0;
|
||||||
|
|
||||||
// Creates and configures an encoder with the given |config|. The
|
// Creates and configures an encoder with the given |config|. The
|
||||||
// |max_data_payload_length| is used to support single NAL unit
|
// |max_data_payload_length| is used to support single NAL unit
|
||||||
|
Reference in New Issue
Block a user