Relaxing the rate control test.

TBR=kjellander

BUG=

Review URL: https://webrtc-codereview.appspot.com/774005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2711 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
stefan@webrtc.org
2012-09-06 11:20:22 +00:00
parent de8db4e350
commit 0b3ee391f7

View File

@@ -764,7 +764,7 @@ UnitTest::RateControlTests()
if (_bitRate >= 100 && _bitRate <= 2500)
{
EXPECT_TRUE(abs(WebRtc_Word32(actualBitrate - _bitRate)) <
0.1 * _bitRate); // for VP8
0.12 * _bitRate); // for VP8
}
ASSERT_TRUE(feof(_sourceFile) != 0);
rewind(_sourceFile);