Merge "Properly signal the condition if we run out of input data."

This commit is contained in:
Andreas Huber
2010-12-14 10:11:28 -08:00
committed by Android (Google) Code Review

View File

@@ -2675,6 +2675,7 @@ bool OMXCodec::drainInputBuffer(BufferInfo *info) {
signalEOS = true;
mFinalStatus = err;
mSignalledEOS = true;
mBufferFilled.signal();
break;
}