Remove the annoying WVStreamControl version prints from command line test apps

Change-Id: I946c4e62a68b2bf9a10ad957feb9424aa606755e
This commit is contained in:
Jeff Tinker
2012-04-11 20:30:23 -07:00
parent 2ed002aded
commit 86ecba13ef

View File

@@ -83,6 +83,7 @@ bool IsWidevineMedia(const sp<DataSource>& dataSource) {
return false;
}
setenv("WV_SILENT", "true", 1);
bool result = WV_IsWidevineMedia(buffer, sizeof(buffer));
return result;
}