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

Commit 66830855 authored by Chong Zhang's avatar Chong Zhang
Browse files

do not drop TS packet on discontinuity at payload start

Bug: 15470543

Change-Id: Ia96a295fbc7e9f1b1d5c0d9091ac62184d44dcfa
parent f7ceda19
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -555,8 +555,10 @@ status_t ATSParser::Stream::parse(
        }
#endif

        if (!payload_unit_start_indicator) {
            return OK;
        }
    }

    mExpectedContinuityCounter = (continuity_counter + 1) & 0x0f;