summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2009-08-27 10:08:39 -0700
committerAndreas Huber <andih@google.com>2009-08-27 10:41:13 -0700
commit284f513a4ce2c5aa0e250c07c873731aedb0be26 (patch)
tree2c8266e3a5b88addc5a827258085910fff4d94d1 /include
parent8297cedd12f689167d74de5ddacb514e9f6896ea (diff)
downloadframeworks_av-284f513a4ce2c5aa0e250c07c873731aedb0be26.zip
frameworks_av-284f513a4ce2c5aa0e250c07c873731aedb0be26.tar.gz
frameworks_av-284f513a4ce2c5aa0e250c07c873731aedb0be26.tar.bz2
An attempt to fix a deadlock between OMXCodec::start and upstream ::read
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/OMXCodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/stagefright/OMXCodec.h b/include/media/stagefright/OMXCodec.h
index 08d550c..29cdf21 100644
--- a/include/media/stagefright/OMXCodec.h
+++ b/include/media/stagefright/OMXCodec.h
@@ -116,6 +116,7 @@ private:
State mState;
Vector<BufferInfo> mPortBuffers[2];
PortStatus mPortStatus[2];
+ bool mInitialBufferSubmit;
bool mSignalledEOS;
bool mNoMoreOutputData;
int64_t mSeekTimeUs;