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

Commit 7cb980e3 authored by Chong Zhang's avatar Chong Zhang Committed by android-build-merger
Browse files

Merge "do not send max pts gap to full-frame image encoders" into qt-qpr1-dev

am: 9132522c

Change-Id: I7345a8edcd3fc35189d50d8200bcbae4610e5785
parents 80cf46d6 9132522c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6901,7 +6901,7 @@ status_t ACodec::LoadedState::setupInputSurface() {
        }
    }

    if (mCodec->mMaxPtsGapUs != 0LL) {
    if (mCodec->mIsVideo && mCodec->mMaxPtsGapUs != 0LL) {
        OMX_PARAM_U32TYPE maxPtsGapParams;
        InitOMXParams(&maxPtsGapParams);
        maxPtsGapParams.nPortIndex = kPortIndexInput;