diff options
Diffstat (limited to 'src/AVTInput.h')
-rw-r--r-- | src/AVTInput.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AVTInput.h b/src/AVTInput.h index fd6cf02..71805c7 100644 --- a/src/AVTInput.h +++ b/src/AVTInput.h @@ -119,6 +119,7 @@ class AVTInput bool _frameAligned = false; std::vector<uint8_t> _currentFrame; int32_t _nbFrames = 0; + int32_t _expectedFrameIndex = 0; std::chrono::system_clock::time_point _frameZeroTimestamp; size_t _currentFrameSize = 0; |