Move OEMCrypto_Initialize earlier

Some OEMCrypto calls are happening before OEMCrypto_Initialize.
This change moves initialization earlier so it occurs before
any other calls to OEMCrypto.

bug: 10582250
Change-Id: Ic8992e8f0738dbfeb10074a4e1543bb9931a49d5
This commit is contained in:
Jeff Tinker
2013-10-28 15:19:15 -07:00
parent 6fc2ee33c3
commit acb47e0f9a
4 changed files with 16 additions and 16 deletions

View File

@@ -76,7 +76,7 @@ private:
bool mHaveMetaData;
bool mUseAdaptiveStreaming;
bool mIsLiveStream;
bool mAdaptivePrefetching;
bool mCryptoInitialized;
WVSession *mSession;