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:
mflodman@webrtc.org
2013-05-16 11:13:18 +00:00
parent 7ebbea14a9
commit 4dee30927a
11 changed files with 22 additions and 262 deletions

View File

@ -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));