mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
decoder: initialize last timestamp
When always recording, the uninitialized value could break the overlay filter, making one of the video sources not get filtered properly. Change-Id: I137aa175f0ba5d88a660c6bcfa54f37bd65b7c9d
This commit is contained in:

committed by
Adrien Béraud

parent
fd30c9639d
commit
b8a8cd390c
@ -169,7 +169,7 @@ private:
|
||||
AVStream *avStream_ = nullptr;
|
||||
bool emulateRate_ = false;
|
||||
int64_t startTime_;
|
||||
int64_t lastTimestamp_;
|
||||
int64_t lastTimestamp_ {0};
|
||||
|
||||
DeviceParams inputParams_;
|
||||
|
||||
|
Reference in New Issue
Block a user