Revert "When Running in MediaCodec Mode, Widevine Freezes If You Rewind"
This reverts commit 2e0e32f9f7
Change-Id: I1362839633bca4260d83f470a780d93b8de431ca
related-to-bug: 7216099
related-to-bug: 7223566
This commit is contained in:
@@ -69,16 +69,17 @@ public:
|
||||
memcpy(mCryptoPluginKey, key, sizeof(mCryptoPluginKey));
|
||||
}
|
||||
|
||||
private:
|
||||
DecryptContext mDecryptContext;
|
||||
|
||||
protected:
|
||||
virtual ~WVMMediaSource();
|
||||
|
||||
private:
|
||||
static int64_t mLastSeekTimeUs;
|
||||
Mutex mLock;
|
||||
|
||||
WVSession *mSession;
|
||||
WVEsSelector mESSelector; // indicates audio vs. video
|
||||
DecryptContext mDecryptContext;
|
||||
|
||||
sp<MetaData> mTrackMetaData;
|
||||
|
||||
@@ -93,7 +94,6 @@ private:
|
||||
MediaBufferGroup *mGroup;
|
||||
|
||||
int64_t mKeyTime;
|
||||
|
||||
unsigned long long mDts;
|
||||
unsigned long long mPts;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user