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:
committed by
Commit Bot
parent
aac2cf66f2
commit
70c961f965
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user