| Index: webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc b/webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc
|
| index 2344b2820c75b54f9df597445faedf7c8c6fab03..27371f7ca6086c082f811b7f956706497dbc1f10 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc
|
| @@ -525,9 +525,7 @@ bool RtpDepacketizerH264::ProcessStapAOrSingleNalu(
|
| case H264::NaluType::kEndOfSequence:
|
| case H264::NaluType::kEndOfStream:
|
| case H264::NaluType::kFiller:
|
| - break;
|
| case H264::NaluType::kSei:
|
| - parsed_payload->frame_type = kVideoFrameKey;
|
| break;
|
| case H264::NaluType::kStapA:
|
| case H264::NaluType::kFuA:
|
|
|