commit | 123e95a584556a64a2e0f9e242f48b9a080750a5 | [log] [tgz] |
---|---|---|
author | Andreas Huber <andih@google.com> | Tue Dec 14 10:11:28 2010 -0800 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Dec 14 10:11:28 2010 -0800 |
tree | 684ea21a6d4cf973801660be37fbab3bfe99f0cd | |
parent | 93b47835ef496da664f98949ba3bb6c4583559a6 [diff] | |
parent | 763b772bb6bca6a4aaef85cec840fd7061630d61 [diff] |
Merge "Properly signal the condition if we run out of input data."
diff --git a/media/libstagefright/OMXCodec.cpp b/media/libstagefright/OMXCodec.cpp index 43e4e97..69ab75a 100644 --- a/media/libstagefright/OMXCodec.cpp +++ b/media/libstagefright/OMXCodec.cpp
@@ -2675,6 +2675,7 @@ signalEOS = true; mFinalStatus = err; mSignalledEOS = true; + mBufferFilled.signal(); break; }