Delete unused VideoSendStream::Config::EncoderSettings::encoder.
Followup to cl https://webrtc-review.googlesource.com/70740, after downstream projects are updated. Bug: webrtc:8830 Change-Id: Ied2b3943959b72914d8f3f8825f07f4ef4b46849 Reviewed-on: https://webrtc-review.googlesource.com/71043 Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22940}
This commit is contained in:
@ -121,10 +121,6 @@ class VideoSendStream {
|
||||
|
||||
// Ownership stays with WebrtcVideoEngine (delegated from PeerConnection).
|
||||
VideoEncoderFactory* encoder_factory = nullptr;
|
||||
|
||||
// TODO(nisse): Unused! But kept temporarily to transition downstream
|
||||
// projects.
|
||||
VideoEncoder* encoder = nullptr;
|
||||
} encoder_settings;
|
||||
|
||||
static const size_t kDefaultMaxPacketSize = 1500 - 40; // TCP over IPv4.
|
||||
|
Reference in New Issue
Block a user