Chromium Code Reviews| Index: webrtc/modules/rtp_rtcp/source/rtp_receiver_video.h |
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_receiver_video.h b/webrtc/modules/rtp_rtcp/source/rtp_receiver_video.h |
| index 56f761a2e1c02345ee1d71fcdf43e3df76663ac9..4a7d5e9f6c7529343792a76d797ad55bdb44ca26 100644 |
| --- a/webrtc/modules/rtp_rtcp/source/rtp_receiver_video.h |
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_receiver_video.h |
| @@ -54,6 +54,9 @@ class RTPReceiverVideo : public RTPReceiverStrategy { |
| const PayloadUnion& specific_payload) const override; |
| void SetPacketOverHead(uint16_t packet_over_head); |
| + |
| + private: |
| + bool first_packet_received_ = false; |
|
pthatcher1
2016/03/16 04:55:27
Strange indentation
skvlad
2016/03/16 19:07:04
Are you talking about the single space before "pri
pthatcher1
2016/03/16 19:17:26
Oh, you're right. I guess I'm not used to seeing
|
| }; |
| } // namespace webrtc |