Reduce execution time of rate control test.
TBR=mikhal@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1289005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3782 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
cf8e108158
commit
6ff76c7404
@ -728,7 +728,7 @@ UnitTest::RateControlTests()
|
||||
EXPECT_TRUE(_decoder->Reset() == WEBRTC_VIDEO_CODEC_OK);
|
||||
EXPECT_TRUE(_decoder->InitDecode(&_inst, 1) == WEBRTC_VIDEO_CODEC_OK);
|
||||
// add: should also be 0, and 1
|
||||
const int bitRate[] = {50, 100, 500, 1000, 2000};
|
||||
const int bitRate[] = {100, 500};
|
||||
const int nBitrates = sizeof(bitRate)/sizeof(*bitRate);
|
||||
|
||||
printf("\nRate control test\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user