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

Commit 9fe9b0a1 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

am: 7cb980e3

Change-Id: I8173f67135bad8a1b6f132ba24d479700843530e
parents 0dff6354 7cb980e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6902,7 +6902,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;