am 6ddcf01a: remote destructors are not synchronously executed by the binder...

Merge commit '6ddcf01a9033ee7ff4230efd117d7bcc8b5b3cc1' into eclair-mr2-plus-aosp

* commit '6ddcf01a9033ee7ff4230efd117d7bcc8b5b3cc1':
  remote destructors are not synchronously executed by the binder...
This commit is contained in:
Andreas Huber
2009-12-11 09:09:29 -08:00
committed by Android Git Automerger

View File

@@ -544,6 +544,9 @@ void AwesomePlayer::onEvent(int32_t code) {
}
if (mVideoBuffer->range_length() == 0) {
// Some decoders, notably the PV AVC software decoder
// return spurious empty buffers that we just want to ignore.
mVideoBuffer->release();
mVideoBuffer = NULL;
continue;