Remove SetOverUseDetectorOptions and cleaned ViESharedData.
R=pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1486004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4042 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -130,10 +130,7 @@ void ViEAutoTest::ViEBaseAPITest() {
|
||||
EXPECT_EQ(0, vie_base->GetVersion(version));
|
||||
EXPECT_EQ(0, vie_base->LastError());
|
||||
|
||||
// Create without init
|
||||
int video_channel = -1;
|
||||
EXPECT_NE(0, vie_base->CreateChannel(video_channel)) <<
|
||||
"Should fail since Init has not been called yet";
|
||||
EXPECT_EQ(0, vie_base->Init());
|
||||
EXPECT_EQ(0, vie_base->CreateChannel(video_channel));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user