Must init video_stream_id and audio_stream_id

This commit is contained in:
Isaac Connor 2021-03-10 17:23:44 -05:00
parent 5d968358f7
commit 644d6d34a4
1 changed files with 2 additions and 0 deletions

View File

@ -386,6 +386,8 @@ Monitor::Monitor()
video_store_data(nullptr),
shared_timestamps(nullptr),
shared_images(nullptr),
video_stream_id(-1),
audio_stream_id(-1),
video_fifo(nullptr),
audio_fifo(nullptr),
camera(nullptr),