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

Commit 73af0a92 authored by Andreas Huber's avatar Andreas Huber Committed by Android Git Automerger
Browse files

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

Merge commit '72ac1f26' into gingerbread-plus-aosp

* commit '72ac1f26':
  Fix software avc encoder crash at EOS.
parents 1f432b19 72ac1f26
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;
        }