From 35867ba39effd3c40b727e90163d406d4abcd2bf Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 29 Jun 2020 17:06:43 +0200 Subject: Add RTP sequence number check --- src/AVTInput.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/AVTInput.h') diff --git a/src/AVTInput.h b/src/AVTInput.h index 71805c7..294f48f 100644 --- a/src/AVTInput.h +++ b/src/AVTInput.h @@ -120,6 +120,7 @@ class AVTInput std::vector _currentFrame; int32_t _nbFrames = 0; int32_t _expectedFrameIndex = 0; + int32_t _previousRtpIndex = -1; std::chrono::system_clock::time_point _frameZeroTimestamp; size_t _currentFrameSize = 0; -- cgit v1.2.3