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

Commit affef7f5 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6018910 from 9132522c to qt-qpr2-release

Change-Id: Ieea93adc07313e867d7c45b429d5040b0ce55688
parents 4f525261 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;