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:
Edwin Wong
2012-09-27 13:54:51 -07:00
parent 4fffa0ff6a
commit ca21c93f66
2 changed files with 5 additions and 14 deletions

View File

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