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

Commit 3fe8a8f7 authored by Robert Shih's avatar Robert Shih Committed by Android (Google) Code Review
Browse files

Merge "Fixed misplaced bracket for switch-case block."

parents df900f87 625b93f1
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -3323,13 +3323,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]) {