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

Commit 414c2371 authored by Lajos Molnar's avatar Lajos Molnar Committed by Android Git Automerger
Browse files

am 4dbd814d: am 2338782d: Merge "Fixed misplaced bracket for switch-case block." into klp-dev

* commit '4dbd814d':
  Fixed misplaced bracket for switch-case block.
parents 6fefae26 4dbd814d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -3318,13 +3318,13 @@ void ACodec::BaseState::onInputBufferFilled(const sp<AMessage> &msg) {
                mCodec->mInputEOSResult = err;
            }
            break;
        }

        default:
            CHECK_EQ((int)mode, (int)FREE_BUFFERS);
            break;
    }
}
}

void ACodec::BaseState::getMoreInputDataIfPossible() {
    if (mCodec->mPortEOS[kPortIndexInput]) {