summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2010-12-14 10:11:28 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-12-14 10:11:28 -0800
commit1f356b9569da882df22ca231c1c0fdea6e330abf (patch)
treef43f05667c0b3f296f9d0528d29bb25108801ddb
parent69d23b2fc82adb1ced0edc71ae0666bfa88f3c46 (diff)
parent94bced1eb23df4488b9ca319666f04b37925e255 (diff)
downloadframeworks_base-1f356b9569da882df22ca231c1c0fdea6e330abf.zip
frameworks_base-1f356b9569da882df22ca231c1c0fdea6e330abf.tar.gz
frameworks_base-1f356b9569da882df22ca231c1c0fdea6e330abf.tar.bz2
Merge "Properly signal the condition if we run out of input data."
-rw-r--r--media/libstagefright/OMXCodec.cpp1
1 files changed, 1 insertions, 0 deletions
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 @@ bool OMXCodec::drainInputBuffer(BufferInfo *info) {
signalEOS = true;
mFinalStatus = err;
mSignalledEOS = true;
+ mBufferFilled.signal();
break;
}