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

Commit 0df4c023 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6834531 from b281445c to rvc-qpr1-release

Change-Id: Ib3cff49377bf236b3c0e65e5e79747464d66f317
parents ec5e1cff b281445c
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -446,15 +446,6 @@ void C2SoftGav1Dec::process(const std::unique_ptr<C2Work> &work,
      return;
    }

  } else {
    const Libgav1StatusCode status = mCodecCtx->SignalEOS();
    if (status != kLibgav1StatusOk) {
      ALOGE("Failed to flush av1 decoder. status: %d.", status);
      work->result = C2_CORRUPTED;
      work->workletsProcessed = 1u;
      mSignalledError = true;
      return;
    }
  }

  (void)outputBuffer(pool, work);