Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f28e0c2a authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

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.
parents 300160ed 9a50fdf4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -149,6 +149,7 @@ status_t OMXNodeInstance::freeNode() {
        }

        case OMX_StateLoaded:
        case OMX_StateInvalid:
            break;

        default: