Delete VideoCodec::plType member

Followup to https://webrtc-review.googlesource.com/c/src/+/181201.

Bug: None
Change-Id: Ia7e2a924d2a192472f4a9cd2572e3443a313e41a
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/181370
Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#31929}
This commit is contained in:
Niels Möller 2020-08-11 16:27:19 +02:00 committed by Commit Bot
parent ed971167dd
commit b08177353b
2 changed files with 0 additions and 4 deletions

View File

@ -68,7 +68,6 @@ bool SpatialLayer::operator==(const SpatialLayer& other) const {
VideoCodec::VideoCodec()
: codecType(kVideoCodecGeneric),
plType(0),
width(0),
height(0),
startBitrate(0),

View File

@ -103,9 +103,6 @@ class RTC_EXPORT VideoCodec {
// Public variables. TODO(hta): Make them private with accessors.
VideoCodecType codecType;
// TODO(nisse): Unused in webrtc, delete as soon as downstream projects are
// updated.
unsigned char plType;
// TODO(nisse): Change to int, for consistency.
uint16_t width;