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

Commit 434c9084 authored by Lajos Molnar's avatar Lajos Molnar Committed by Android Git Automerger
Browse files

am e6e18e8d: Merge "stagefright: allow scenarios when...

am e6e18e8d: Merge "stagefright: allow scenarios when dequeueBufferFromNativeWindow fails" into lmp-dev

* commit 'e6e18e8d':
  stagefright: allow scenarios when dequeueBufferFromNativeWindow fails
parents aa13c48a e6e18e8d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3946,8 +3946,7 @@ void ACodec::BaseState::onInputBufferFilled(const sp<AMessage> &msg) {
                            (outputMode == FREE_BUFFERS ? "FREE" :
                             outputMode == KEEP_BUFFERS ? "KEEP" : "RESUBMIT"));
                    if (outputMode == RESUBMIT_BUFFERS) {
                        CHECK_EQ(mCodec->submitOutputMetaDataBuffer(),
                                (status_t)OK);
                        mCodec->submitOutputMetaDataBuffer();
                    }
                }