Merge "[WVDRM] Fix for stuttering on low bandwidth" into jb-mr1-dev

This commit is contained in:
Jeff Tinker
2012-10-02 01:26:13 -07:00
committed by Android (Google) Code Review
3 changed files with 24 additions and 17 deletions

View File

@@ -41,7 +41,6 @@ public:
virtual status_t read(MediaBuffer **buffer, const ReadOptions *options = NULL);
void addEncryptedSize(size_t size) { mEncryptedSizes.push_back(size); }
bool isStalled() const { return mIsStalled; }
static int sLastError;
@@ -88,7 +87,6 @@ private:
bool mIsLiveStream;
bool mNewSegment;
bool mCryptoInitialized;
bool mIsStalled;
bool mStripADTS;
MediaBufferGroup *mGroup;