am 1024b041: Part of fix for double spins & faster startup

* commit '1024b041e824bb6eb232971fc4a2984d63f7e079':
  Part of fix for double spins & faster startup
This commit is contained in:
Jeff Tinker
2012-06-01 11:25:55 -07:00
committed by Android Git Automerger
3 changed files with 21 additions and 11 deletions

View File

@@ -41,6 +41,7 @@ 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;
@@ -84,6 +85,7 @@ private:
bool mIsLiveStream;
bool mNewSegment;
bool mCryptoInitialized;
bool mIsStalled;
MediaBufferGroup *mGroup;