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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user