Index: webrtc/modules/rtp_rtcp/source/rtp_format_vp9_unittest.cc |
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_format_vp9_unittest.cc b/webrtc/modules/rtp_rtcp/source/rtp_format_vp9_unittest.cc |
index a052e3eb285554cc0bed3dd24e136a327214d716..8b7826809a88e0408bf46c78d6583a072b5277c8 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtp_format_vp9_unittest.cc |
+++ b/webrtc/modules/rtp_rtcp/source/rtp_format_vp9_unittest.cc |
@@ -128,9 +128,6 @@ class RtpPacketizerVp9Test : public ::testing::Test { |
RtpPacketizerVp9Test() {} |
virtual void SetUp() { |
expected_.InitRTPVideoHeaderVP9(); |
- // Always input one layer frame at a time. |
- expected_.beginning_of_frame = true; |
- expected_.end_of_frame = true; |
} |
rtc::scoped_ptr<uint8_t[]> packet_; |