aboutsummaryrefslogtreecommitdiffstats
path: root/src/AVTInput.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/AVTInput.h')
-rw-r--r--src/AVTInput.h1
1 files changed, 1 insertions, 0 deletions
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<uint8_t> _currentFrame;
int32_t _nbFrames = 0;
int32_t _expectedFrameIndex = 0;
+ int32_t _previousRtpIndex = -1;
std::chrono::system_clock::time_point _frameZeroTimestamp;
size_t _currentFrameSize = 0;