Only append SPS/PPS to bitstream if supplied out of band.
BUG=chromium:721597 Review-Url: https://codereview.webrtc.org/2945853002 Cr-Commit-Position: refs/heads/master@{#18701}
This commit is contained in:
@ -488,8 +488,6 @@ bool RtpDepacketizerH264::ProcessStapAOrSingleNalu(
|
||||
|
||||
NaluInfo nalu;
|
||||
nalu.type = payload_data[start_offset] & kTypeMask;
|
||||
nalu.offset = start_offset;
|
||||
nalu.size = end_offset - start_offset;
|
||||
nalu.sps_id = -1;
|
||||
nalu.pps_id = -1;
|
||||
start_offset += H264::kNaluTypeSize;
|
||||
|
||||
Reference in New Issue
Block a user