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

Commit b2be2f2e authored by Robert Shih's avatar Robert Shih Committed by Lajos Molnar
Browse files

Fixed misplaced bracket for switch-case block.

Bug: 11854054
Change-Id: I66b410e1e19601ad65d8357bda4c0c58e2dc15dc
parent e62d2026
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]) {