mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-18 11:35:15 -04:00
Keep track of stream last_pts. So we can at least try to sync streams
This commit is contained in:
@@ -55,6 +55,8 @@ Camera::Camera(
|
||||
mAudioStream(nullptr),
|
||||
mFormatContext(nullptr),
|
||||
mSecondFormatContext(nullptr),
|
||||
mLastVideoPTS(0),
|
||||
mLastAudioPTS(0),
|
||||
bytes(0)
|
||||
{
|
||||
linesize = width * colours;
|
||||
|
||||
Reference in New Issue
Block a user