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

Commit 9132522c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 40f8906f 637dad25
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;