Merge change I9a50fdf4 into eclair-mr2

* changes:
  Handle OMX_StateInvalid in emergency shutdown properly (by ignoring it and hoping for the best) instead of asserting.
This commit is contained in:
Android (Google) Code Review
2009-11-06 14:25:26 -05:00

View File

@@ -149,6 +149,7 @@ status_t OMXNodeInstance::freeNode() {
}
case OMX_StateLoaded:
case OMX_StateInvalid:
break;
default: