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

Commit 0e8e269d authored by Andreas Huber's avatar Andreas Huber Committed by Android Git Automerger
Browse files

am 73af0a92: am 72ac1f26: Fix software avc encoder crash at EOS.

Merge commit '73af0a92'

* commit '73af0a92':
  Fix software avc encoder crash at EOS.
parents e0b8d3cb 73af0a92
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -391,8 +391,6 @@ status_t AVCEncoder::read(
        if (err != OK) {
            LOGE("Failed to read input video frame: %d", err);
            outputBuffer->release();
            mInputBuffer->release();
            mInputBuffer = NULL;
            return err;
        }