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

Commit 2338782d authored by Lajos Molnar's avatar Lajos Molnar Committed by Android (Google) Code Review
Browse files

Merge "Fixed misplaced bracket for switch-case block." into klp-dev

parents ad21a81a b2be2f2e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -3247,13 +3247,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]) {