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:
parent
ed971167dd
commit
b08177353b
@ -68,7 +68,6 @@ bool SpatialLayer::operator==(const SpatialLayer& other) const {
|
||||
|
||||
VideoCodec::VideoCodec()
|
||||
: codecType(kVideoCodecGeneric),
|
||||
plType(0),
|
||||
width(0),
|
||||
height(0),
|
||||
startBitrate(0),
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user