Delete unused members of VideoCodecH264.

profile-level-id for H.264 comes in through the SdpVideoFormat,
rather than through these members.

Bug: None
Change-Id: I9c4ea8873346ca16174aecf5f90a649cbaf913dd
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/132545
Reviewed-by: Erik Språng <sprang@webrtc.org>
Commit-Queue: Rasmus Brandt <brandtr@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#27571}
This commit is contained in:
Rasmus Brandt
2019-04-11 13:26:25 +02:00
committed by Commit Bot
parent aac2cf66f2
commit 70c961f965
5 changed files with 1 additions and 18 deletions

View File

@ -80,12 +80,6 @@ struct VideoCodecH264 {
bool frameDroppingOn;
int keyFrameInterval;
uint8_t numberOfTemporalLayers;
// These are NULL/0 if not externally negotiated.
const uint8_t* spsData;
size_t spsLen;
const uint8_t* ppsData;
size_t ppsLen;
H264::Profile profile;
};
// Translates from name of codec to codec type and vice versa.