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

Commit 72ac1f26 authored by Andreas Huber's avatar Andreas Huber
Browse files

Fix software avc encoder crash at EOS.

Change-Id: I738dc24556e41ce518b67babeff16cd934c2d1b1
parent b7d1be01
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;
        }