Must init video_stream_id and audio_stream_id
This commit is contained in:
parent
5d968358f7
commit
644d6d34a4
|
@ -386,6 +386,8 @@ Monitor::Monitor()
|
||||||
video_store_data(nullptr),
|
video_store_data(nullptr),
|
||||||
shared_timestamps(nullptr),
|
shared_timestamps(nullptr),
|
||||||
shared_images(nullptr),
|
shared_images(nullptr),
|
||||||
|
video_stream_id(-1),
|
||||||
|
audio_stream_id(-1),
|
||||||
video_fifo(nullptr),
|
video_fifo(nullptr),
|
||||||
audio_fifo(nullptr),
|
audio_fifo(nullptr),
|
||||||
camera(nullptr),
|
camera(nullptr),
|
||||||
|
|
Loading…
Reference in New Issue