diff --git a/webrtc/video_engine/test/auto_test/source/vie_autotest_rtp_rtcp.cc b/webrtc/video_engine/test/auto_test/source/vie_autotest_rtp_rtcp.cc index 08a4031922..e944c0c59f 100644 --- a/webrtc/video_engine/test/auto_test/source/vie_autotest_rtp_rtcp.cc +++ b/webrtc/video_engine/test/auto_test/source/vie_autotest_rtp_rtcp.cc @@ -661,7 +661,7 @@ void ViEAutoTest::ViERtpRtcpAPITest() tbChannel.videoChannel, true, 15)); EXPECT_EQ(0, ViE.rtp_rtcp->SetReceiveTimestampOffsetStatus( tbChannel.videoChannel, true, 3)); - EXPECT_EQ(-1, ViE.rtp_rtcp->SetReceiveTimestampOffsetStatus( + EXPECT_EQ(0, ViE.rtp_rtcp->SetReceiveTimestampOffsetStatus( tbChannel.videoChannel, true, 3)); EXPECT_EQ(0, ViE.rtp_rtcp->SetReceiveTimestampOffsetStatus( tbChannel.videoChannel, false, 3));