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:
Niels Möller
2018-04-19 11:22:09 +02:00
committed by Commit Bot
parent adbd808e0a
commit 497bdaf1d5

View File

@ -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.